simple-learning

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

uchar.0.0.2.pkg (458B)


      1 (version 0.0.2)
      2 
      3 (build
      4  (all_platforms
      5   ((action
      6     (progn
      7      (run ocaml pkg/git.ml)
      8      (run
      9       ocaml
     10       pkg/build.ml
     11       native=%{pkg:ocaml:native}
     12       native-dynlink=%{pkg:ocaml:native-dynlink}))))))
     13 
     14 (depends
     15  (all_platforms
     16   (ocaml ocamlbuild)))
     17 
     18 (source
     19  (fetch
     20   (url
     21    https://github.com/ocaml/uchar/releases/download/v0.0.2/uchar-0.0.2.tbz)
     22   (checksum
     23    sha256=47397f316cbe76234af53c74a1f9452154ba3bdb54fced5caac959f50f575af0)))