simple-learning

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

ohex.0.2.0.pkg (463B)


      1 (version 0.2.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)))
     13 
     14 (source
     15  (fetch
     16   (url
     17    https://github.com/ocaml/opam-source-archives/raw/main/ohex-0.2.0.tar.gz)
     18   (checksum
     19    sha512=af72a9699f81878cc7d247a92a28332a8e34f247ad6bd477f8c7ae7f2970b73c4750a31eedf8eeb43ca8d19ae3c4c4f8a9d5421a40b73eb1f1711f44b14ff3e6)))