simple-learning

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

uri.4.4.0.pkg (484B)


      1 (version 4.4.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}))))))
      9 
     10 (depends
     11  (all_platforms
     12   (ocaml dune stringext angstrom)))
     13 
     14 (source
     15  (fetch
     16   (url
     17    https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-4.4.0.tbz)
     18   (checksum
     19    sha512=88374143e0d8aaf6d40aa3cbd7593f9832e9c9727738c6e651498125150c83d5646e13b5737d5c3e81484dd041127f67f8acea13fdc0300ac4e46107559f8ae2)))