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: ["ulrik.strid@outlook.com"]
6authors: ["Ulrik Strid"]
7license: "MIT"
8homepage: "https://ulrikstrid.github.io/reason-jose"
9doc: "https://ulrikstrid.github.io/reason-jose"
10bug-reports: "https://github.com/ulrikstrid/reason-jose/issues"
11depends: [
12 "ocaml" {>= "4.08.0"}
13 "base64" {>= "3.3.0"}
14 "dune" {>= "2.8"}
15 "eqaf" {>= "0.7"}
16 "mirage-crypto" {>= "0.10.0" & < "1.0.0"}
17 "x509" {>= "0.13.0"}
18 "cstruct" {>= "6.0.0"}
19 "astring"
20 "yojson" {>= "1.6.0"}
21 "zarith"
22 "ptime"
23 "mirage-crypto-rng" {with-test & < "0.11.0"}
24 "containers" {with-test}
25 "bisect_ppx" {with-test}
26 "alcotest" {with-test}
27 "junit" {with-test}
28 "junit_alcotest" {with-test}
29 "odoc" {with-doc}
30]
31conflicts: [
32 "result" {< "1.5"}
33]
34build: [
35 ["dune" "subst"] {dev}
36 [
37 "dune"
38 "build"
39 "-p"
40 name
41 "-j"
42 jobs
43 "@install"
44 "@runtest" {with-test}
45 "@doc" {with-doc}
46 ]
47]
48dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git"
49url {
50 src:
51 "https://github.com/ulrikstrid/reason-jose/releases/download/v0.9.0/jose-v0.9.0.tbz"
52 checksum: [
53 "sha256=c449a63c53043deb149cfc1305e578971bb5b460f17b4a66e286e826f2dbc18d"
54 "sha512=9c4df87be3bb4b13cc948c1378eecb0f74326783c9ed6660a2657757f60f070fe9b29e8d1a17536076da658b36d9db0ffe99098a9da1eac04465e9f593e7e33a"
55 ]
56}
57x-commit-hash: "305710c60bffe5099d31d6b443bb96eff305f0d1"