this repo has no description
1opam-version: "2.0" 2maintainer: "Nathan Rebours <nathan@cryptosense.com>" 3authors: "Etienne Millon <etienne@cryptosense.com>" 4homepage: "https://github.com/cryptosense/pkcs11" 5bug-reports: "https://github.com/cryptosense/pkcs11/issues" 6license: "BSD-2-Clause" 7dev-repo: "git+https://github.com/cryptosense/pkcs11.git" 8doc: "https://cryptosense.github.io/pkcs11/doc" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "cmdliner" 14 "pkcs11" {>= "0.18.0"} 15 "dune" {>= "1.3.0"} 16] 17tags: ["org:cryptosense"] 18synopsis: "Cmdliner arguments to initialize a PKCS#11 session" 19url { 20 src: 21 "https://github.com/cryptosense/pkcs11/releases/download/v0.18.0/pkcs11-v0.18.0.tbz" 22 checksum: [ 23 "sha256=a4a56e63a0f3b3b6405e166b5c4a8304c3d0f8e6a35b0ac744031e77a1f65c7b" 24 "md5=f1ec2b5c92bca1f4d156639c2409a5fe" 25 ] 26}