atproto libraries implementation in ocaml
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Base encoding utilities for AT Protocol" 4description: 5 "Multibase encoding/decoding including base32-sortable for TIDs and base58btc for did:key" 6maintainer: ["Gabriel Díaz"] 7authors: ["Gabriel Díaz"] 8license: "ISC" 9tags: ["atproto" "encoding" "multibase" "base32" "base58"] 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 "alcotest" {with-test} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "https://tangled.org/gdiazlo.tngl.sh/atproto" 34x-maintenance-intent: ["(latest)"]