this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Scheme via camlp5" 4description: 5 "This a simple scheme implementation using pa_schemer from camlp5" 6maintainer: ["drjdnielsen@gmail.com"] 7authors: ["Jason D. Nielsen"] 8license: "MIT" 9homepage: "https://github.com/drjdn/p5scm" 10bug-reports: "https://github.com/drjdn/p5scm/issues" 11depends: [ 12 "dune" {>= "2.8"} 13 "ocaml" {>= "4.12.0" & < "4.15.0"} 14 "menhir" {>= "20201214"} 15 "cppo" {>= "1.6.6"} 16 "camlp5" {>= "8.00.03" & < "8.01.00" } 17 "sexp_pretty" {>= "v0.14.0"} 18 "ppx_sexp_conv" {>= "v0.14.0"} 19 "utop" {>= "2.7.0"} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/drjdn/p5scm.git" 37url { 38 src: "https://github.com/drjdn/p5scm/archive/0.2.0.tar.gz" 39 checksum: [ 40 "md5=252895e6e1d082eb6ad145fc83098d80" 41 "sha512=6412ca42b625e2310f7ab3c24e3e8f2930b4fd8a463b29aa78555812e8df7347937e1974264eb597187f65ed5105e0c5182c8ffffff89080664bef195ac35292" 42 ] 43}