simple-learning

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

dream-httpaf.1.0.0~alpha4.pkg (504B)


      1 (version 1.0.0~alpha4)
      2 
      3 (build
      4  (all_platforms ((action (run dune build -p %{pkg-self:name} -j %{jobs})))))
      5 
      6 (depends
      7  (all_platforms
      8   (dream-pure
      9    dune
     10    gluten
     11    gluten-lwt-unix
     12    h2
     13    h2-lwt-unix
     14    httpun
     15    httpun-lwt-unix
     16    httpun-ws
     17    lwt
     18    lwt_ppx
     19    lwt_ssl
     20    ocaml
     21    ssl)))
     22 
     23 (source
     24  (fetch
     25   (url
     26    https://github.com/aantron/dream/releases/download/1.0.0-alpha8/dream-1.0.0-alpha8.tar.gz)
     27   (checksum
     28    sha256=23ed812890c03fe5c9974a4961a9e8e62126bed7bc7d7d1440b84652c95cf296)))