# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "The Baguette# Interpreter REPL" description: "The REPL for Baguette#" maintainer: ["Charlotte Thomas"] authors: ["Charlotte Thomas"] license: "MIT" homepage: "https://baguettesharp.fr" doc: "https://github.com/coco33920/ocaml-baguettesharp-interpreter/wiki" bug-reports: "https://github.com/coco33920/ocaml-baguettesharp-interpreter/issues" depends: [ "dune" {>= "3.0" & < "3.13"} "ocaml" {>="4.13.1"} "fmt" {>="0.7.0"} "linenoise" {>="1.3.1"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/coco33920/ocaml-baguettesharp-interpreter.git" url { src: "https://github.com/coco33920/ocaml-baguettesharp-interpreter/archive/2.0.4.tar.gz" checksum: [ "md5=e4574ad962a4e2c4216a0ce94a59c079" "sha512=762c34c41962d53236c42ef7c56bf52b74bef3099726e2c7622437fb3109978ee6db5be8a40752b26acb6275a22e4427dea4a67bd39d3ca05241942fd12fc654" ] }