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]
12run-test: [
13 ["dune" "runtest" "-p" name "-j" jobs]
14]
15depends: [
16 "dune" {>= "1.3.0"}
17 "hex" { >= "1.0.0" }
18 "integers" {< "0.5.0"}
19 "ppx_deriving" {>= "4.2" & < "6"}
20 "ppx_deriving_yojson" { >= "3.2" }
21 "yojson" {< "2.0.0"}
22 "ppx_variants_conv"
23 "zarith"
24 "ocaml" {>= "4.04.0"}
25 "ounit" {with-test}
26]
27conflicts: [
28 "ppx_core" {< "v0.9.3"}
29]
30tags: ["org:cryptosense"]
31available: [os != "macos"]
32synopsis: "PKCS#11 ocaml types"
33description: """
34This library contains type definitions for the PKCS#11 API.
35
36This API is used by smartcards and Hardware Security Modules to perform
37cryptographic operations such as signature or encryption.
38"""
39url {
40 src:
41 "https://github.com/cryptosense/pkcs11/releases/download/v0.18.0/pkcs11-v0.18.0.tbz"
42 checksum: [
43 "sha256=a4a56e63a0f3b3b6405e166b5c4a8304c3d0f8e6a35b0ac744031e77a1f65c7b"
44 "md5=f1ec2b5c92bca1f4d156639c2409a5fe"
45 ]
46}