simple-learning

Simple learning web program
git clone git://git.laack.co/simple-learning.git
Log | Files | Refs | README | LICENSE

camlp-streams.5.0.1.pkg (457B)


      1 (version 5.0.1)
      2 
      3 (build
      4  (all_platforms
      5   ((action
      6     (progn
      7      (when %{pkg-self:dev} (run dune subst))
      8      (run dune build -p %{pkg-self:name} -j %{jobs} @install))))))
      9 
     10 (depends
     11  (all_platforms
     12   (dune ocaml)))
     13 
     14 (source
     15  (fetch
     16   (url https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
     17   (checksum
     18    sha512=2efa8dd4a636217c8d49bac1e4e7e5558fc2f45cfea66514140a59fd99dd08d61fb9f1e17804997ff648b71b13820a5d4a1eb70fed9d848aa2abd6e41f853c86)))