simple-learning

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

ssl.0.7.0.pkg (495B)


      1 (version 0.7.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 dune-configurator conf-libssl)))
     13 
     14 (source
     15  (fetch
     16   (url https://github.com/savonet/ocaml-ssl/archive/refs/tags/v0.7.0.tar.gz)
     17   (checksum
     18    sha512=969c4d64828449a49bdef26ca5f8faa72d2fe2a2304ccbf589a3ff097c2bf8ae9eb83ae1c90216f6b4d6f359e462ea47e0106a7386e26848d14910138fcb07f8)))