objective categorical abstract machine language personal data server
at 6a511b274d8cf94088e82569dcb586ab18f226ed 36 lines 842 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "A DASL-compliant implementation of some IPLD formats" 4description: "Currently includes DAG-CBOR, CIDv1, and CARv1" 5maintainer: ["futurGH"] 6authors: ["futurGH"] 7license: "MPL-2.0" 8homepage: "https://github.com/futurGH/pegasus" 9bug-reports: "https://github.com/futurGH/pegasus/issues" 10depends: [ 11 "ocaml" {= "5.2.1"} 12 "dune" {>= "3.20"} 13 "lwt" 14 "digestif" {>= "1.2.0"} 15 "multibase" {>= "0.1.0"} 16 "yojson" {>= "3.0.0"} 17 "lwt_ppx" {>= "5.9.1"} 18 "alcotest" {with-test} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/futurGH/pegasus.git" 36x-maintenance-intent: ["(latest)"]