objective categorical abstract machine language personal data server
at main 36 lines 752 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 "ocaml" {= "5.2.1"} 10 "dune" {>= "3.20"} 11 "lwt" 12 "melange" 13 "melange-json" 14 "melange-json-native" 15 "mlx" {>= "0.11"} 16 "reason-react" {>= "0.16.0"} 17 "reason-react-ppx" {>= "0.16.0"} 18 "server-reason-react" 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)"]