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: "Lexicon schema support for AT Protocol"
5description: "Lexicon schema parsing and validation for AT Protocol"
6maintainer: ["Gabriel Díaz"]
7authors: ["Gabriel Díaz"]
8license: "ISC"
9tags: ["atproto" "lexicon" "schema"]
10homepage: "https://tangled.org/gdiazlo.tngl.sh/atproto"
11doc: "https://tangled.org/gdiazlo.tngl.sh/atproto"
12bug-reports: "https://tangled.org/gdiazlo.tngl.sh/atproto/issues"
13depends: [
14 "dune" {>= "3.20"}
15 "ocaml" {>= "5.4"}
16 "atproto-syntax" {= version}
17 "atproto-json" {= version}
18 "alcotest" {with-test}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/atproto"
36x-maintenance-intent: ["(latest)"]