···
2
+
maintainer: "e@x80.org"
3
+
homepage: "https://github.com/ejgallego/coq-serapi"
4
+
bug-reports: "https://github.com/ejgallego/coq-serapi/issues"
5
+
dev-repo: "git+https://github.com/ejgallego/coq-serapi.git"
6
+
license: "LGPL-2.1-or-later"
7
+
doc: "https://ejgallego.github.io/coq-serapi/"
9
+
synopsis: "Serialization library and protocol for machine interaction with the Coq proof assistant"
11
+
SerAPI is a library for machine-to-machine interaction with the
12
+
Coq proof assistant, with particular emphasis on applications in IDEs,
13
+
code analysis tools, and machine learning. SerAPI provides automatic
14
+
serialization of Coq's internal OCaml datatypes from/to JSON or
15
+
S-expressions (sexps).
19
+
"Emilio Jesús Gallego Arias"
21
+
"Clément Pit-Claudel"
26
+
"dune" { >= "2.9.1" }
27
+
"ocaml" { >= "4.12.0" }
28
+
"coq" { >= "8.20" & < "8.21" | = "dev" }
29
+
"cmdliner" { >= "1.1.0" }
30
+
"ocamlfind" { >= "1.8.0" }
31
+
"sexplib" { >= "v0.13.0" }
32
+
"dune" { >= "2.0.1" }
33
+
"cmdliner" { >= "1.1.0" }
34
+
"ocamlfind" { >= "1.8.0" }
35
+
"ppx_import" { >= "1.11.0" & < "2.0" }
36
+
"ppx_deriving" { >= "4.2.1" }
37
+
"ppx_deriving_yojson" { >= "3.4" }
38
+
"sexplib" { >= "v0.13.0" & < "v0.18" }
39
+
"ppx_sexp_conv" { >= "v0.13.0" & < "v0.18" }
40
+
"ppx_compare" { >= "v0.13.0" & < "v0.18" }
41
+
"ppx_hash" { >= "v0.13.0" & < "v0.18" }
48
+
build: [ "dune" "build" "-p" name "-j" jobs ]
49
+
run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ]
52
+
"https://github.com/ejgallego/coq-serapi/releases/download/8.20.0%2B0.20.0/coq-serapi-8.20.0.0.20.0.tbz"
54
+
"sha256=ead9382f111ea385008fe9037513ff1f738dd90d8e989b8d1a0c9290963d9afe"
55
+
"sha512=b29103c2d1eb3cf8a33fa9ddf26b5a6c89e7277cd31256589bcae8a89c37a3de7a3c3e7fe5d376358e874d44dc6c60ab96736cbd1037511ab36705e9f40f0ade"
58
+
x-commit-hash: "e052cadeaace39e00f9dcef9e768fc0fa4ac1d3b"