Skip to content

Commit

Permalink
Package p5scm.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drjdn authored and avsm committed Sep 5, 2024
1 parent dc0f5c3 commit 5f73482
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/p5scm/p5scm.0.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
opam-version: "2.0"
synopsis: "Scheme via camlp5"
description:
"This a simple scheme implementation using pa_schemer from camlp5"
maintainer: "[email protected]"
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"
]
}

0 comments on commit 5f73482

Please sign in to comment.