this repo has no description
1opam-version: "2.0" 2maintainer: ["Cryptosense <opensource@cryptosense.com>"] 3authors: ["Cryptosense <opensource@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" {>= "2.0.0"} 16 "ocaml" {>= "4.07.0"} 17 "pkcs11" {>= "0.18.0"} 18 "pkcs11-driver" {>= "1.0.0"} 19] 20tags: ["org:cryptosense"] 21available: [os != "macos"] 22synopsis: "Reverse bindings to pkcs11" 23description: """ 24This library contains helpers to write reverse PKCS#11 bindings. 25""" 26url { 27 src: 28 "https://github.com/cryptosense/pkcs11/releases/download/v1.0.1/pkcs11-v1.0.1.tbz" 29 checksum: [ 30 "sha256=db6bed28e4a75cb3787d0b6feca954a91c9e52e678b8cc73c1058975b1846946" 31 "sha512=f764b356cac3dd7718003a158f2a4dad7b8caae981930ab9cfa674a08ebcf3583c531bfcca9ddbb593d0c8e5a64b52381f8c9c702c3a0d0d44000727b095c47a" 32 ] 33} 34x-commit-hash: "0fe9e7612488bbba503a2439c4677aaa88563071"