forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#27104 from chetmurthy/release-camlp5-buildsc…
…ripts-0.04 release camlp5-buildscripts (with windows support)
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
packages/camlp5-buildscripts/camlp5-buildscripts.0.04/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
synopsis: "Camlp5 Build scripts (written in OCaml)" | ||
description: | ||
""" | ||
These are build-scripts that are helpful in building Camlp5 and packages based on Camlp5. | ||
As such, they need to *not* depend on Camlp5. The command are *not* installed in a | ||
bin-directory, but in the package-directory, hence invoked via the "ocamlfind package/exe" | ||
method. | ||
""" | ||
opam-version: "2.0" | ||
maintainer: "Chet Murthy <[email protected]>" | ||
authors: ["Chet Murthy"] | ||
homepage: "https://github.com/camlp5/camlp5-buildscripts" | ||
license: "BSD-3-Clause" | ||
bug-reports: "https://github.com/camlp5/camlp5-buildscripts/issues" | ||
dev-repo: "git+https://github.com/camlp5/camlp5-buildscripts.git" | ||
doc: "https://github.com/camlp5/camlp5-buildscripts/doc" | ||
|
||
depends: [ | ||
"ocaml" { >= "4.10.0" } | ||
"not-ocamlfind" { >= "0.01" } | ||
"mdx" { with-test & >= "2.2.1" } | ||
"fmt" | ||
"re" { >= "1.10.4" } | ||
"bos" { >= "0.2.1" } | ||
] | ||
build: [ | ||
[make "sys"] | ||
[make "test"] {with-test} | ||
] | ||
install: [make "install"] | ||
url { | ||
src: "https://github.com/camlp5/camlp5-buildscripts/archive/refs/tags/0.04.tar.gz" | ||
checksum: [ | ||
"sha512=4ef170bb287877a6075bbd0f90a520fe8acb207ea09b31807bfc0d43b0d34b8c44bec46a7a5db369efffbb69ae1c52a9ba9f22b189ebdf15a7c2cca4f5b5ba47" | ||
] | ||
} |