simple-learning

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

ocplib-endian.1.2.pkg (422B)


      1 (version 1.2)
      2 
      3 (build
      4  (all_platforms
      5   ((action (run dune build -p %{pkg-self:name} -j %{jobs} @install)))))
      6 
      7 (depends
      8  (all_platforms
      9   (base-bytes ocaml cppo dune)))
     10 
     11 (source
     12  (fetch
     13   (url
     14    https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
     15   (checksum
     16    sha512=2e70be5f3d6e377485c60664a0e235c3b9b24a8d6b6a03895d092c6e40d53810bfe1f292ee69e5181ce6daa8a582bfe3d59f3af889f417134f658812be5b8b85)))