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 "mirage-crypto-rng" {with-test & < "0.11.0"} 18 "x509" {>= "0.13.0"} 19 "cstruct" {>= "6.0.0"} 20 "astring" 21 "yojson" {>= "1.6.0"} 22 "zarith" 23 "containers" {with-test} 24 "bisect_ppx" {with-test} 25 "alcotest" {with-test} 26 "junit" {with-test} 27 "junit_alcotest" {with-test} 28 "lwt" {with-test} 29 "odoc" {with-doc} 30] 31build: [ 32 ["dune" "subst"] {dev} 33 [ 34 "dune" 35 "build" 36 "-p" 37 name 38 "-j" 39 jobs 40 "@install" 41 "@runtest" {with-test} 42 "@doc" {with-doc} 43 ] 44] 45dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git" 46url { 47 src: 48 "https://github.com/ulrikstrid/reason-jose/releases/download/v0.8.2/jose-v0.8.2.tbz" 49 checksum: [ 50 "sha256=0123f93d77c5acc036bb31a25582958b5bdb42e0aa2084985973fcd1261610fa" 51 "sha512=b742aa3102ae94bcfc4e6fd883c011db1068d4f41121b37b1a2e85ce90c25ae7b29145fce67443cfa0b5625fd874afa65e18816f9a74efb9d5ea910fefcfcbc5" 52 ] 53} 54x-commit-hash: "2b4551287bf699af214cba265af762d711083fad"