simple-learning

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

h2-lwt-unix.0.10.0.pkg (526B)


      1 (version 0.10.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 h2-lwt faraday-lwt-unix gluten-lwt-unix lwt_ssl)))
     13 
     14 (source
     15  (fetch
     16   (url
     17    https://github.com/anmonteiro/ocaml-h2/releases/download/0.10.0/h2-0.10.0.tbz)
     18   (checksum
     19    sha512=d0f4eab388df4f35eb2cfc93e7cd75e15c7ae5bbb382325e1219766558d52698f580e310cab3e4fa3eebe0fa2c2270af09d56537bd7191796bd0748d12633e35)))