# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "IPLD support for AT Protocol" description: "Content Identifiers (CID) and DAG-CBOR encoding for AT Protocol" maintainer: ["Guillermo Diaz-Romero "] authors: ["Guillermo Diaz-Romero "] license: "MIT" tags: ["atproto" "ipld" "cid" "dag-cbor"] homepage: "https://github.com/gdiazlo/atproto" doc: "https://github.com/gdiazlo/atproto" bug-reports: "https://github.com/gdiazlo/atproto/issues" depends: [ "dune" {>= "3.20"} "ocaml" {>= "5.1"} "atproto-multibase" {= version} "digestif" {>= "1.0"} "zarith" {>= "1.12"} "cbor" {>= "0.5"} "base64" {>= "3.5"} "alcotest" {with-test} "yojson" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/gdiazlo/atproto.git" x-maintenance-intent: ["(latest)"]