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.7"}
13 "ocaml" {>= "4.12.0" & < "4.14.0"}
14 "menhir" {>= "20201214"}
15 "cppo" {>= "1.6.6"}
16 "camlp5" {>= "8.00~alpha05" & < "8.00.03" }
17 "sexp_pretty" {>= "v0.14.0"}
18 "ppx_sexp_conv" {>= "v0.14.0"}
19 "utop" {>= "2.7.0"}
20 "conf-perl-string-shellquote" {>= "1"}
21 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/drjdn/p5scm.git"
38url {
39 src: "https://github.com/drjdn/p5scm/archive/0.1.0.tar.gz"
40 checksum: [
41 "md5=82c945874bf23755b6b01c7e5ac0de7a"
42 "sha512=f2b2e3fea71906142c587c4d98657757d9a2f8ffe4e848adbfc5874cc89eb278ba87efa8cbdbb1a4a0bd30bc6c7faf5cf039f83c60334dba067159fe3d8b4d45"
43 ]
44}