simple-learning

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

mirage-crypto-pk.1.2.0.pkg (571B)


      1 (version 1.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}))))))
      9 
     10 (depends
     11  (all_platforms
     12   (conf-gmp-powm-sec
     13    ocaml
     14    dune
     15    mirage-crypto
     16    mirage-crypto-rng
     17    digestif
     18    zarith
     19    eqaf)))
     20 
     21 (source
     22  (fetch
     23   (url
     24    https://github.com/mirage/mirage-crypto/releases/download/v1.2.0/mirage-crypto-1.2.0.tbz)
     25   (checksum
     26    sha512=1b31c9df0ce774c87a36f714db4ea1f295bc1e2e317d30497523ec03564cace0f64ac4c535aa83c82792aa3331a92efe774e4c3300a6ffe09110ce0efc2ce24b)))