this repo has no description
1opam-version: "2.0"
2maintainer: "e@x80.org"
3homepage: "https://github.com/ejgallego/coq-serapi"
4bug-reports: "https://github.com/ejgallego/coq-serapi/issues"
5dev-repo: "git+https://github.com/ejgallego/coq-serapi.git"
6license: "LGPL-2.1-or-later"
7doc: "https://ejgallego.github.io/coq-serapi/"
8
9synopsis: "Serialization library and protocol for machine interaction with the Coq proof assistant"
10description: """
11SerAPI is a library for machine-to-machine interaction with the
12Coq proof assistant, with particular emphasis on applications in IDEs,
13code analysis tools, and machine learning. SerAPI provides automatic
14serialization of Coq's internal OCaml datatypes from/to JSON or
15S-expressions (sexps).
16"""
17
18authors: [
19 "Emilio Jesús Gallego Arias"
20 "Karl Palmskog"
21 "Clément Pit-Claudel"
22 "Kaiyu Yang"
23]
24
25depends: [
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" }
42]
43
44conflicts: [
45 "result" {< "1.5"}
46]
47
48build: [ "dune" "build" "-p" name "-j" jobs ]
49run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ]
50url {
51 src:
52 "https://github.com/ejgallego/coq-serapi/releases/download/8.20.0%2B0.20.0/coq-serapi-8.20.0.0.20.0.tbz"
53 checksum: [
54 "sha256=ead9382f111ea385008fe9037513ff1f738dd90d8e989b8d1a0c9290963d9afe"
55 "sha512=b29103c2d1eb3cf8a33fa9ddf26b5a6c89e7277cd31256589bcae8a89c37a3de7a3c3e7fe5d376358e874d44dc6c60ab96736cbd1037511ab36705e9f40f0ade"
56 ]
57}
58x-commit-hash: "e052cadeaace39e00f9dcef9e768fc0fa4ac1d3b"