diff --git a/packages/jose/jose.0.10.0/opam b/packages/jose/jose.0.10.0/opam new file mode 100644 index 000000000000..af7753cc297d --- /dev/null +++ b/packages/jose/jose.0.10.0/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" +synopsis: "JOSE implementation for OCaml and ReasonML" +description: + "JavaScript Object Signing and Encryption built ontop of pure OCaml libs" +maintainer: [ + "Ulrik Strid " + "Antonio Nuno Monteiro " +] +authors: ["Ulrik Strid"] +license: "MIT" +homepage: "https://ulrikstrid.github.io/reason-jose" +doc: "https://ulrikstrid.github.io/reason-jose" +bug-reports: "https://github.com/ulrikstrid/reason-jose/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "base64" {>= "3.3.0"} + "dune" {>= "2.8"} + "eqaf" {>= "0.7"} + "mirage-crypto" {>= "1.0.0"} + "x509" {>= "0.13.0"} + "astring" + "yojson" {>= "1.6.0"} + "zarith" + "ptime" + "mirage-crypto-rng" {with-test & >= "1.0.0"} + "digestif" + "containers" {with-test} + "bisect_ppx" {with-test} + "alcotest" {with-test} + "junit" {with-test} + "junit_alcotest" {with-test} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git" +url { + src: + "https://github.com/ulrikstrid/reason-jose/releases/download/v0.10.0/jose-v0.10.0.tbz" + checksum: [ + "sha256=a3559d2dd6fd3a8aa03f8f65b1af508a26475dcfe1448175e109b9b9924cc0f2" + "sha512=d31462f6d8194579c1774fdaa9ca7c0f0a8f5fb47ce87cc77e28a09ce43a921163113f0a991b8f576674111336b230a534e22573fd3f8fee133513f25632e65e" + ] +} +x-commit-hash: "202920144dd6f649fc80281981c2bb5cc7cf183a"