atproto libraries implementation in ocaml
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3version: "0.1.2"
4synopsis: "Merkle Search Tree for AT Protocol"
5description:
6 "Content-addressed key-value storage for AT Protocol repositories"
7maintainer: ["Gabriel Díaz"]
8authors: ["Gabriel Díaz"]
9license: "ISC"
10tags: ["atproto" "mst" "merkle" "repository"]
11homepage: "https://tangled.org/gdiazlo.tngl.sh/atproto"
12doc: "https://tangled.org/gdiazlo.tngl.sh/atproto"
13bug-reports: "https://tangled.org/gdiazlo.tngl.sh/atproto/issues"
14depends: [
15 "dune" {>= "3.20"}
16 "ocaml" {>= "5.4"}
17 "atproto-ipld" {= version}
18 "digestif" {>= "1.0"}
19 "alcotest" {with-test}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/atproto"
37x-maintenance-intent: ["(latest)"]