simple-learning

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

dream-pure.1.0.0~alpha2.pkg (405B)


      1 (version 1.0.0~alpha2)
      2 
      3 (build
      4  (all_platforms ((action (run dune build -p %{pkg-self:name} -j %{jobs})))))
      5 
      6 (depends
      7  (all_platforms
      8   (base64 bigstringaf dune hmap lwt lwt_ppx ocaml ptime uri)))
      9 
     10 (source
     11  (fetch
     12   (url
     13    https://github.com/aantron/dream/releases/download/1.0.0-alpha4/dream-1.0.0-alpha4.tar.gz)
     14   (checksum
     15    sha256=a143b3694d67c0089ea16ce4585971d6333f05001abcadcede6696b06ca6af10)))