opam-version: "2.0" synopsis: "Scheme via camlp5" description: "This a simple scheme implementation using pa_schemer from camlp5" maintainer: "drjdnielsen@gmail.com" authors: "Jason D. Nielsen" license: "MIT" homepage: "https://github.com/drjdn/p5scm" bug-reports: "https://github.com/drjdn/p5scm/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.12.0" & < "5.3.0"} "menhir" {>= "20201214"} "cppo" {>= "1.6.6"} "camlp5" {>= "8.03.00"} "sexp_pretty" {>= "v0.14.0"} "ppx_sexp_conv" {>= "v0.14.0"} "utop" {>= "2.7.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/drjdn/p5scm.git" url { src: "https://github.com/drjdn/p5scm/archive/refs/tags/0.4.0.tar.gz" checksum: [ "md5=eb4ee666fd862f7c8057cca4a73daf44" "sha512=d28ee892b8fc3241c42f531f9d372b1b007abbef128c3f3862fa5ad943a3eae1d655b34daac19940e1f9fad1ecfca1419a89c7507b6cbd40d9c0490c6aa6761e" ] }