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 "cmdliner" {>= "0.9.8"} 14 "dune" {>= "2.0.0"} 15 "ocaml" {>= "4.07.0"} 16 "pkcs11" {>= "0.18.0"} 17] 18tags: ["org:cryptosense"] 19synopsis: "Cmdliner arguments to initialize a PKCS#11 session" 20url { 21 src: 22 "https://github.com/cryptosense/pkcs11/releases/download/v1.0.1/pkcs11-v1.0.1.tbz" 23 checksum: [ 24 "sha256=db6bed28e4a75cb3787d0b6feca954a91c9e52e678b8cc73c1058975b1846946" 25 "sha512=f764b356cac3dd7718003a158f2a4dad7b8caae981930ab9cfa674a08ebcf3583c531bfcca9ddbb593d0c8e5a64b52381f8c9c702c3a0d0d44000727b095c47a" 26 ] 27} 28x-commit-hash: "0fe9e7612488bbba503a2439c4677aaa88563071"