simple-learning

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

yojson.3.0.0.pkg (482B)


      1 (version 3.0.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)))
     13 
     14 (source
     15  (fetch
     16   (url
     17    https://github.com/ocaml-community/yojson/releases/download/3.0.0/yojson-3.0.0.tbz)
     18   (checksum
     19    sha512=896d0ea829a36ccadba6628800369c1a3ab9e7c64dbda8b76331889c9db481cd64e137f467481ae80a8dd5fca45d748bfa71f58641806cc1bb1a007f8291789f)))