synopsis: "Sexp-based Protocol for machine-based interaction with the Coq Proof Assistant" opam-version: "2.0" maintainer: "e@x80.org" 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.0-only" depends: [ "ocaml" {>= "4.06.0"} "coq" {>= "8.8.0" & < "8.9"} "camlp5" "cmdliner" {>= "0.9.8" & < "1.1.0"} "sexplib" {< "v0.13"} "ocamlfind" {build} "ocamlbuild" {build} "ppx_import" {>= "1.4" & < "2.0"} "ppx_deriving" {>= "4.2.1"} "ppx_sexp_conv" {>= "v0.11.0" & < "v0.13"} ] build: [ make "-j%{jobs}%" "TARGET=native" ] url { src: "https://github.com/ejgallego/coq-serapi/archive/8.8.0+0.5.4.tar.gz" checksum: [ "sha256=ee2ce3a5a96f0eb825496dbcf59f71ba41d4fdc66a03648609ba9960bf63c196" "md5=1533833d0def8f278bcc2f4f96f18c0b" ] } extra-source "coq-serapi.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/coq-serapi/coq-serapi.install" checksum: [ "sha256=9ed6181d3e8cbf5356636d588d7ab6c9fc92646494a464edb4c76055216f903e" "md5=5f618a1d7a4105aaac53506065bf7d8b" ] }