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 "dune" {>= "2.0.0"} 17 "hex" { >= "1.0.0" } 18 "integers" 19 "ppx_deriving" {>= "4.2" & < "6"} 20 "ppx_deriving_yojson" { >= "3.4" } 21 "ppx_variants_conv" 22 "zarith" 23 "ocaml" {>= "4.07.0"} 24 "ounit" {with-test} 25] 26tags: ["org:cryptosense"] 27synopsis: "PKCS#11 OCaml types" 28description: """ 29This library contains type definitions for the PKCS#11 API. 30 31This API is used by smartcards and Hardware Security Modules to perform 32cryptographic operations such as signature or encryption. 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"