this repo has no description
1opam-version: "2.0"
2synopsis: "Base package for working with OIDC"
3description: "Base functions and types to work with OpenID Connect."
4maintainer: ["ulrik.strid@outlook.com"]
5authors: ["Ulrik Strid"]
6license: "BSD-3-Clause"
7homepage: "https://ulrikstrid.github.io/ocaml-oidc"
8doc: "https://ulrikstrid.github.io/ocaml-oidc"
9bug-reports: "https://github.com/ulrikstrid/ocaml-oidc/issues"
10depends: [
11 "ocaml" {>= "4.08.0"}
12 "dune" {>= "2.8"}
13 "jose" {>= "0.10.0"}
14 "uri"
15 "yojson"
16 "logs"
17 "eqaf"
18 "alcotest" {with-test}
19 "junit" {with-test}
20 "junit_alcotest" {with-test}
21 "containers" {with-test}
22 "mirage-crypto" {with-test & >= "1.0.0"}
23 "mirage-crypto-rng" {with-test & >= "1.0.0"}
24 "mirage-crypto-pk" {with-test & >= "1.0.0"}
25 "odoc" {with-doc}
26]
27build: [
28 ["dune" "subst"] {dev}
29 [
30 "dune"
31 "build"
32 "-p"
33 name
34 "-j"
35 jobs
36 "@install"
37 "@runtest" {with-test}
38 "@doc" {with-doc}
39 ]
40]
41dev-repo: "git+https://github.com/ulrikstrid/ocaml-oidc.git"
42url {
43 src:
44 "https://github.com/ulrikstrid/ocaml-oidc/releases/download/v0.2.0/oidc-v0.2.0.tbz"
45 checksum: [
46 "sha256=344fce5b905eb155a161f4e68778cff80d1318c2fb9bf370fad9da7e3302205a"
47 "sha512=7b4db0a1b3fc0eabc58e8b966b0f6a99ab601fd0f6ad7dfdc9908fce607f77088de7cae0cc09ee852caff0f94e8e2fcb7c768035482571a41ebfad2cfe6a2b51"
48 ]
49}
50x-commit-hash: "e12b2a75e2f8d9e41b1f769cd0add8f2d93c8beb"