simple-learning

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

hpack.0.13.0.pkg (495B)


      1 (version 0.13.0)
      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 angstrom faraday)))
     13 
     14 (source
     15  (fetch
     16   (url
     17    https://github.com/anmonteiro/ocaml-h2/releases/download/0.13.0/h2-0.13.0.tbz)
     18   (checksum
     19    sha512=a442cb80f40fd179211e9ab7b4b748a4d2f7ad6ece75301d74a5363c08cd05a70b94ae90ff6fc6b95e8284c57c14cc17cbe7ade5dbf19b21b56207c6f984faf4)))