simple-learning

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

fmt.0.11.0.pkg (538B)


      1 (version 0.11.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-base-unix
     13      %{pkg:base-unix:installed}
     14      --with-cmdliner
     15      false)))))
     16 
     17 (depends
     18  (all_platforms
     19   (ocaml ocamlfind ocamlbuild topkg base-unix)))
     20 
     21 (source
     22  (fetch
     23   (url https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
     24   (checksum
     25    sha512=3f40155fc6a7315202e410585964307d63416c8001fd243667ed9d8d1a02b67deecacb25e9c2feb409c537bbdfb7817d91168de4ddd643532ff51d6c1c696a4a)))