A monorepo management tool for the agentic ages
at main 35 lines 715 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Claude AI agent for unpac" 4description: 5 "An autonomous Claude agent that understands unpac workflows and can explore/code in a loop" 6authors: ["Anil Madhavapeddy"] 7license: "ISC" 8depends: [ 9 "dune" {>= "3.20"} 10 "ocaml" {>= "5.1.0"} 11 "unpac" 12 "claude" 13 "eio_main" {>= "1.0"} 14 "cmdliner" {>= "1.2.0"} 15 "logs" {>= "0.7.0"} 16 "fmt" {>= "0.9.0"} 17 "digestif" {>= "1.0.0"} 18 "base64" {>= "3.0.0"} 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] 35x-maintenance-intent: ["(latest)"]