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 "ctypes" {>= "0.14.0"} 14 "ctypes-foreign" 15 "dune" {>= "1.3.0"} 16 "pkcs11" {>= "0.18.0"} 17 "pkcs11-driver" {<= "0.18.0"} 18] 19conflicts: [ 20 "integers" { >= "0.5.0" } 21] 22tags: ["org:cryptosense"] 23available: [os != "macos"] 24synopsis: "Reverse bindings to pkcs11" 25description: """ 26This library contains helpers to write reverse PKCS#11 bindings. 27""" 28url { 29 src: 30 "https://github.com/cryptosense/pkcs11/releases/download/v0.18.0/pkcs11-v0.18.0.tbz" 31 checksum: [ 32 "sha256=a4a56e63a0f3b3b6405e166b5c4a8304c3d0f8e6a35b0ac744031e77a1f65c7b" 33 "md5=f1ec2b5c92bca1f4d156639c2409a5fe" 34 ] 35}