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] 12run-test: [ 13 ["dune" "runtest" "-p" name "-j" jobs] 14] 15depends: [ 16 "ctypes" 17 "ctypes-foreign" 18 "dune" {>= "2.0.0"} 19 "pkcs11" {>= "0.18.0"} 20 "ocaml" {>= "4.07.0" & < "5.1"} 21 "ounit" {with-test} 22 "ppx_deriving" { >= "4.0" } 23 "ppx_deriving_yojson" { >= "3.0" } 24 "yojson" {>= "1.6.0"} 25] 26conflicts: [ 27 "ctypes" { < "0.12.0" } 28] 29tags: ["org:cryptosense"] 30synopsis: "Bindings to the PKCS#11 cryptographic API" 31description: """ 32This library contains ctypes bindings to the PKCS#11 API. 33""" 34url { 35 src: 36 "https://github.com/cryptosense/pkcs11/releases/download/v1.0.1/pkcs11-v1.0.1.tbz" 37 checksum: [ 38 "sha256=db6bed28e4a75cb3787d0b6feca954a91c9e52e678b8cc73c1058975b1846946" 39 "sha512=f764b356cac3dd7718003a158f2a4dad7b8caae981930ab9cfa674a08ebcf3583c531bfcca9ddbb593d0c8e5a64b52381f8c9c702c3a0d0d44000727b095c47a" 40 ] 41} 42x-commit-hash: "0fe9e7612488bbba503a2439c4677aaa88563071"