this repo has no description
1opam-version: "2.0"
2synopsis: "JOSE implementation for OCaml and ReasonML"
3description:
4 "JavaScript Object Signing and Encryption built ontop of pure OCaml libs"
5maintainer: [
6 "Ulrik Strid <ulrik.strid@outlook.com>"
7 "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
8]
9authors: ["Ulrik Strid"]
10license: "MIT"
11homepage: "https://ulrikstrid.github.io/ocaml-jose"
12doc: "https://ulrikstrid.github.io/ocaml-jose"
13bug-reports: "https://github.com/ulrikstrid/ocaml-jose/issues"
14available: arch != "arm32"
15depends: [
16 "ocaml" {>= "4.08.0"}
17 "base64" {>= "3.3.0"}
18 "dune" {>= "2.8"}
19 "eqaf" {>= "0.7"}
20 "mirage-crypto" {>= "1.0.0"}
21 "x509" {>= "0.13.0"}
22 "astring"
23 "yojson" {>= "1.6.0"}
24 "zarith"
25 "ptime"
26 "mirage-crypto-rng" {with-test & >= "1.0.0"}
27 "digestif"
28 "containers" {with-test}
29 "bisect_ppx" {with-test}
30 "alcotest" {with-test}
31 "junit" {with-test}
32 "junit_alcotest" {with-test}
33 "odoc" {with-doc}
34]
35build: [
36 ["dune" "subst"] {dev}
37 [
38 "dune"
39 "build"
40 "-p"
41 name
42 "-j"
43 jobs
44 "@install"
45 "@runtest" {with-test}
46 "@doc" {with-doc}
47 ]
48]
49dev-repo: "git+https://github.com/ulrikstrid/ocaml-jose.git"
50url {
51 src:
52 "https://github.com/ulrikstrid/ocaml-jose/releases/download/v0.10.0/jose-0.10.0.tbz"
53 checksum: [
54 "sha256=17a39dab92574e403176a5771d0baca05fbdaefb78059cadb252a7b088c92c8f"
55 "sha512=7624892c015191226ee92d3f62361d88018477ecf625913b2367e9e86b3eb5540ce73e9bdcd36c3d2a75d6c08e81572dd79987a7ba41c9304648a6b64784a60e"
56 ]
57}
58x-commit-hash: "202920144dd6f649fc80281981c2bb5cc7cf183a"