simple-learning

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

httpaf.0.7.1.pkg (420B)


      1 (version 0.7.1)
      2 
      3 (build
      4  (all_platforms
      5   ((action
      6     (progn
      7      (when %{pkg-self:dev} (run dune subst))
      8      (run dune build -p %{pkg-self:name} -j %{jobs}))))))
      9 
     10 (depends
     11  (all_platforms
     12   (ocaml dune bigstringaf angstrom faraday result)))
     13 
     14 (source
     15  (fetch
     16   (url https://github.com/inhabitedtype/httpaf/archive/0.7.1.tar.gz)
     17   (checksum
     18    sha256=ea2e97f4e2a4b03931be232113f503b2fb402e1726a57f6d2b0cd6091ced6aa5)))