A repository of opam repositories, for use by oi
1opam-version: "2.0"
2synopsis: "Decentralized Identifiers (DIDs) per W3C DID Core 1.0"
3maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>"
4authors: "Thomas Gazagnaire <thomas@gazagnaire.org>"
5license: "ISC"
6tags: ["org:blacksun" "atproto"]
7homepage: "https://tangled.org/gazagnaire.org/ocaml-did"
8bug-reports: "https://tangled.org/gazagnaire.org/ocaml-did/issues"
9depends: [
10 "dune" {>= "3.21"}
11 "ocaml" {>= "5.1"}
12 "eio"
13 "fmt"
14 "nox-json"
15 "did-web" {= version}
16 "did-plc" {= version}
17 "alcotest" {with-test}
18 "eio_main" {with-test}
19 "nox-csv" {with-test}
20 "mdx" {with-test}
21 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-did"
38url {
39 src:
40 "git+https://tangled.org/gazagnaire.org/ocaml-did#e8846be50ade5f4b55a364b44bfbf90619c3f609"
41}
42x-d10-archive:
43 "327c99b24e75e8eb36587286d67973c1e0583c8fe700f6139a70090c0b40d275"
44x-maintenance-intent: ["(latest)"]
45x-oi-source-url: "git+https://tangled.org/gazagnaire.org/ocaml-did#main"