objective categorical abstract machine language personal data server
at 1286590ec9287f45924cdd7ea9befbe6a1574a29 27 lines 559 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3maintainer: ["futurGH"] 4authors: ["futurGH"] 5license: "MPL-2.0" 6homepage: "https://github.com/futurGH/pegasus" 7bug-reports: "https://github.com/futurGH/pegasus/issues" 8depends: [ 9 "dune" {>= "3.20"} 10 "odoc" {with-doc} 11] 12build: [ 13 ["dune" "subst"] {dev} 14 [ 15 "dune" 16 "build" 17 "-p" 18 name 19 "-j" 20 jobs 21 "@install" 22 "@runtest" {with-test} 23 "@doc" {with-doc} 24 ] 25] 26dev-repo: "git+https://github.com/futurGH/pegasus.git" 27x-maintenance-intent: ["(latest)"]