simple-learning

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

ppx_deriving.6.1.3.pkg (514B)


      1 (version 6.1.3)
      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 cppo ocamlfind ppx_derivers ppxlib)))
     13 
     14 (source
     15  (fetch
     16   (url
     17    https://github.com/ocaml-ppx/ppx_deriving/releases/download/6.1.3/ppx_deriving-6.1.3.tbz)
     18   (checksum
     19    sha512=a1b5056f305d92bd32f47b30fe5df8fe8ea2749ed0bd09c356ac3e98ca14780c749fe936eb189b8c2cd92cf7d87056585b9beb786979ada6df1411d766fdc3e0)))