# 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.4.0"} "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.1.1.tar.gz" checksum: [ "md5=3adac2d24fe0eb3924f2576d2abc77b0" "sha512=37a8522ddf82920a09b88953311c34e84a5a45e4edb5bf704b24808eb3d82bc1c656fe823102c7299c2394f930fa11c5a040b9d4a39a72bab1edc4ff9ed88204" ] }