objective categorical abstract machine language personal data server
at main 735 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Code generator for Hermes from ATProto lexicons" 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 "cmdliner" {>= "1.2.0"} 13 "yojson" {>= "3.0.0"} 14 "fmt" {>= "0.9.0"} 15 "fpath" {>= "0.7.3"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/futurGH/pegasus.git" 33x-maintenance-intent: ["(latest)"]