simple-learning

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

uucp.17.0.0.pkg (504B)


      1 (version 17.0.0)
      2 
      3 (build
      4  (all_platforms
      5   ((action
      6     (run
      7      ocaml
      8      pkg/pkg.ml
      9      build
     10      --dev-pkg
     11      %{pkg-self:dev}
     12      --with-uunf
     13      false
     14      --with-cmdliner
     15      false)))))
     16 
     17 (depends
     18  (all_platforms
     19   (ocaml ocamlfind ocamlbuild topkg)))
     20 
     21 (source
     22  (fetch
     23   (url https://erratique.ch/software/uucp/releases/uucp-17.0.0.tbz)
     24   (checksum
     25    sha512=c2b5c883c2ed1ee8e7bc9102339dfbca5940e68cd2af59a10abc827fb64c91ad03f85cfc12d4c79605c10e9b3a90743267af8b069143fefeeff6658ec8ed843f)))