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.
[coq-serapi] New release 8.7.1+0.4.2
- Loading branch information
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
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 @@ | ||
Sexp Protocol for machine-based interaction with the Coq Proof Assistant. |
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,29 @@ | ||
opam-version: "1.2" | ||
maintainer: "[email protected]" | ||
authors: "Emilio Jesús Gallego Arias" | ||
homepage: "https://github.com/ejgallego/coq-serapi" | ||
bug-reports: "https://github.com/ejgallego/coq-serapi/issues" | ||
dev-repo: "git+https://github.com/ejgallego/coq-serapi.git" | ||
license: "GPL 3" | ||
|
||
name: "coq-serapi" | ||
available: [ ocaml-version >= "4.06.0" ] | ||
|
||
# ppx depends are so strict due to the issues with ppx_import and | ||
# ppx_driver integration in the past. | ||
depends: [ | ||
"coq" { >= "8.7.1+1" & < "8.8" } | ||
"camlp5" | ||
"cmdliner" | ||
"sexplib" | ||
"ocamlfind" { build } | ||
"ocamlbuild" { build } | ||
"ppx_import" { build & >= "1.4" } | ||
"ppx_deriving" { build & >= "4.2.1" } | ||
"ppx_driver" { build & >= "v0.10.1" } | ||
"ppx_sexp_conv" { build } | ||
] | ||
|
||
build: [ make "-j%{jobs}%" "TARGET=native" ] | ||
install: [ "cp" "sertop.native" "%{bin}%/sertop" ] | ||
remove: [ "rm" "-f" "%{bin}%/sertop" ] |
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,2 @@ | ||
http: "https://github.com/ejgallego/coq-serapi/archive/8.7.1+0.4.2.tar.gz" | ||
checksum: "9a10e3ed7256529ed5169993c97a5a94" |