A monorepo management tool for the agentic ages
at main 32 lines 628 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Monorepo management tool" 4description: 5 "A tool for managing OCaml monorepos with opam repository integration" 6authors: ["Anil Madhavapeddy"] 7license: "ISC" 8depends: [ 9 "dune" {>= "3.20"} 10 "ocaml" {>= "5.1.0"} 11 "eio_main" {>= "1.0"} 12 "logs" {>= "0.7.0"} 13 "fmt" {>= "0.9.0"} 14 "tomlt" 15 "jsont" {>= "0.1.0"} 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] 32x-maintenance-intent: ["(latest)"]