objective categorical abstract machine language personal data server
at main 736 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Atproto-flavour k256 and p256 signing and verification" 4maintainer: ["futurGH"] 5authors: ["futurGH"] 6license: "MPL-2.0" 7homepage: "https://github.com/futurGH/pegasus" 8bug-reports: "https://github.com/futurGH/pegasus/issues" 9depends: [ 10 "ocaml" {= "5.2.1"} 11 "dune" {>= "3.20"} 12 "hacl-star" {>= "0.7.2"} 13 "mirage-crypto-ec" {>= "2.0.1"} 14 "multibase" {>= "0.1.0"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/futurGH/pegasus.git" 32x-maintenance-intent: ["(latest)"]