simple-learning

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

x509.1.1.1.pkg (651B)


      1 (version 1.1.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
     13    dune
     14    asn1-combinators
     15    ptime
     16    base64
     17    mirage-crypto
     18    mirage-crypto-pk
     19    mirage-crypto-ec
     20    mirage-crypto-rng
     21    fmt
     22    gmap
     23    domain-name
     24    logs
     25    kdf
     26    ohex
     27    ipaddr)))
     28 
     29 (source
     30  (fetch
     31   (url
     32    https://github.com/mirleft/ocaml-x509/releases/download/v1.1.1/x509-1.1.1.tbz)
     33   (checksum
     34    sha512=08843f5cbe592514d81b6eb44a6fad0a502d741cacf4087251781c21ac9e2a623b5d49cd50e058813cd73f6beac4dfa2aea3acc54ebd7f84ddb808d0f4536449)))