this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27129 from ulrikstrid/release-oidc-v0.2.0

[new release] oidc (0.2.0)

authored by

Marcello Seri and committed by
GitHub
90464160 b06a59b2

+50
+50
packages/oidc/oidc.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Base package for working with OIDC" 3 + description: "Base functions and types to work with OpenID Connect." 4 + maintainer: ["ulrik.strid@outlook.com"] 5 + authors: ["Ulrik Strid"] 6 + license: "BSD-3-Clause" 7 + homepage: "https://ulrikstrid.github.io/ocaml-oidc" 8 + doc: "https://ulrikstrid.github.io/ocaml-oidc" 9 + bug-reports: "https://github.com/ulrikstrid/ocaml-oidc/issues" 10 + depends: [ 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 + ] 27 + build: [ 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 + ] 41 + dev-repo: "git+https://github.com/ulrikstrid/ocaml-oidc.git" 42 + url { 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 + } 50 + x-commit-hash: "e12b2a75e2f8d9e41b1f769cd0add8f2d93c8beb"