Skip to content

Commit 5bf5702

Browse files
authored
Merge pull request #28700 from drjdn/opam-publish-p5scm.0.5.0
Package p5scm.0.5.0
2 parents 1de217e + 83404e2 commit 5bf5702

File tree

1 file changed

+43
-0
lines changed
  • packages/p5scm/p5scm.0.5.0

1 file changed

+43
-0
lines changed

packages/p5scm/p5scm.0.5.0/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Scheme via camlp5"
4+
description:
5+
"This a simple scheme implementation using pa_schemer from camlp5"
6+
maintainer: ["[email protected]"]
7+
authors: ["Jason D. Nielsen"]
8+
license: "MIT"
9+
homepage: "https://github.com/drjdn/p5scm"
10+
bug-reports: "https://github.com/drjdn/p5scm/issues"
11+
depends: [
12+
"dune" {>= "2.8"}
13+
"ocaml" {>= "4.12.0" & < "5.5.0"}
14+
"menhir" {>= "20201214"}
15+
"cppo" {>= "1.6.6"}
16+
"camlp5" {>= "8.04.00"}
17+
"sexp_pretty" {>= "v0.14.0"}
18+
"ppx_sexp_conv" {>= "v0.14.0"}
19+
"utop" {>= "2.7.0"}
20+
"odoc" {with-doc}
21+
]
22+
build: [
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+
]
36+
dev-repo: "git+https://github.com/drjdn/p5scm.git"
37+
url {
38+
src: "https://github.com/drjdn/p5scm/archive/refs/tags/0.5.0.tar.gz"
39+
checksum: [
40+
"md5=e0fe733bb7a8cccc94bfbbd3b58e6d76"
41+
"sha512=4f4efad8bb7b2ab5cfc0fff9bb48e45df8e7396d288d52f5c84b53919e1979720bbd909e82e714e1eb6fe8d3b83c14656167199373a197a6082eab2457fea94d"
42+
]
43+
}

0 commit comments

Comments
 (0)