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 "ctypes"
17 "ctypes-foreign"
18 "dune" {>= "1.3.0"}
19 "pkcs11" {>= "0.18.0"}
20 "ppx_deriving" { >= "4.0" }
21 "ppx_deriving_yojson" { >= "3.0" }
22 "yojson" {>= "1.6.0"}
23 "ocaml" {>= "4.04.0" & < "5.1"}
24 "ounit" {with-test}
25]
26conflicts: [
27 "ctypes" { < "0.12.0" }
28 "integers" { >= "0.5.0" }
29]
30tags: ["org:cryptosense"]
31synopsis: "Bindings to the PKCS#11 cryptographic API"
32description: """
33This library contains ctypes bindings to the PKCS#11 API.
34"""
35url {
36 src:
37 "https://github.com/cryptosense/pkcs11/releases/download/v1.0.0/pkcs11-v1.0.0.tbz"
38 checksum: [
39 "sha256=eee2e67fff116d747d1d0f6229af9e952cbb4f9a56765c069c63c1e1bbbc67a3"
40 "sha512=3a1090b0cd53b09dffb4c2a2d591e290ff3fe9add1217797f9746a1a6af0d41239b217f1dd45354e3ee457ff007d68bb4d8d83f07001d6ad9870e7aaba4fd434"
41 ]
42}