# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Model Context Protocol for LLMs" description: "This is all still a work in progress" maintainer: ["anil@recoil.org"] authors: ["Anil Madhavapeddy"] license: "ISC" depends: [ "dune" {>= "3.17"} "ocaml" {>= "5.2.0"} "jsonrpc" "http" "cohttp-eio" "eio_main" "eio" "logs" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ]