atproto libraries implementation in ocaml
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Cryptographic operations for AT Protocol"
4description:
5 "P-256 and K-256 elliptic curve support with low-S normalization, did:key encoding"
6maintainer: ["Gabriel Díaz"]
7authors: ["Gabriel Díaz"]
8license: "ISC"
9tags: ["atproto" "crypto" "ecdsa"]
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.1"}
16 "atproto-multibase" {= version}
17 "mirage-crypto-ec" {>= "2.0.2"}
18 "mirage-crypto-rng" {>= "2.0.2"}
19 "digestif" {>= "1.0"}
20 "zarith" {>= "1.12"}
21 "alcotest" {with-test}
22 "odoc" {with-doc}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37]
38dev-repo: "https://tangled.org/gdiazlo.tngl.sh/atproto"
39x-maintenance-intent: ["(latest)"]