atproto libraries implementation in ocaml
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Syntax validation for AT Protocol identifiers" 4description: 5 "Parser-based validation for handles, DIDs, NSIDs, TIDs, AT-URIs, and other AT Protocol syntax" 6maintainer: ["Gabriel Díaz"] 7authors: ["Gabriel Díaz"] 8license: "ISC" 9tags: ["atproto" "syntax" "parser" "validation"] 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 "alcotest" {with-test} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "https://tangled.org/gdiazlo.tngl.sh/atproto" 35x-maintenance-intent: ["(latest)"]