Skip to content

Commit

Permalink
[coq-serapi] New release 8.7.1+0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Jan 14, 2018
1 parent 0421411 commit 7aa4988
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/coq-serapi/coq-serapi.8.7.1+0.4.2/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sexp Protocol for machine-based interaction with the Coq Proof Assistant.
29 changes: 29 additions & 0 deletions packages/coq-serapi/coq-serapi.8.7.1+0.4.2/opam
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" ]
2 changes: 2 additions & 0 deletions packages/coq-serapi/coq-serapi.8.7.1+0.4.2/url
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"

0 comments on commit 7aa4988

Please sign in to comment.