Model Context Protocol in OCaml
at main 564 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Model Context Protocol for LLMs" 4description: "This is all still a work in progress" 5maintainer: ["anil@recoil.org"] 6authors: ["Anil Madhavapeddy"] 7license: "ISC" 8depends: [ 9 "dune" {>= "3.17"} 10 "ocaml" {>= "5.2.0"} 11 "jsonrpc" 12 "http" 13 "cohttp-eio" 14 "eio_main" 15 "eio" 16 "logs" 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32]