simple-learning

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

httpun-ws.0.2.0.pkg (533B)


      1 (version 0.2.0)
      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} @install))))))
      9 
     10 (depends
     11  (all_platforms
     12   (dune ocaml base64 bigstringaf angstrom faraday gluten httpun)))
     13 
     14 (source
     15  (fetch
     16   (url
     17    https://github.com/anmonteiro/httpun-ws/releases/download/0.2.0/httpun-ws-0.2.0.tbz)
     18   (checksum
     19    sha512=71ad0b694dd968c74e658bb41f7d0b871d45605602b9e1a16549e3f0bfe32bca0f6f5978592ac211ec6619664ec68d8ca4b02fa17610bd7a772e212b75e99645)))