this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "The Baguette# Interpreter REPL" 4description: "The REPL for Baguette#" 5maintainer: ["Charlotte Thomas"] 6authors: ["Charlotte Thomas"] 7license: "MIT" 8homepage: "https://baguettesharp.fr" 9doc: "https://github.com/coco33920/ocaml-baguettesharp-interpreter/wiki" 10bug-reports: 11 "https://github.com/coco33920/ocaml-baguettesharp-interpreter/issues" 12depends: [ 13 "dune" {>= "3.0" & < "3.13"} 14 "ocaml" {>="4.13.1"} 15 "fmt" {>="0.7.0"} 16 "linenoise" {>="1.4.0"} 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] 33dev-repo: 34 "git+https://github.com/coco33920/ocaml-baguettesharp-interpreter.git" 35url { 36 src: 37 "https://github.com/coco33920/ocaml-baguettesharp-interpreter/archive/2.1.1.tar.gz" 38 checksum: [ 39 "md5=3adac2d24fe0eb3924f2576d2abc77b0" 40 "sha512=37a8522ddf82920a09b88953311c34e84a5a45e4edb5bf704b24808eb3d82bc1c656fe823102c7299c2394f930fa11c5a040b9d4a39a72bab1edc4ff9ed88204" 41 ] 42}