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