|
| 1 | +opam-version: "2.0" |
| 2 | + |
| 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: "GPL-3.0-or-later" |
| 7 | +doc: "https://ejgallego.github.io/coq-serapi/" |
| 8 | + |
| 9 | +synopsis: "Serialization library and protocol for machine interaction with the Coq proof assistant" |
| 10 | +description: """ |
| 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). |
| 16 | +""" |
| 17 | + |
| 18 | +authors: [ |
| 19 | + "Emilio Jesús Gallego Arias" |
| 20 | + "Karl Palmskog" |
| 21 | + "Clément Pit-Claudel" |
| 22 | + "Kaiyu Yang" |
| 23 | +] |
| 24 | + |
| 25 | +depends: [ |
| 26 | + "ocaml" { >= "4.09.0" } |
| 27 | + "coq" { >= "8.17" & < "8.18" } |
| 28 | + "cmdliner" { >= "1.1.0" } |
| 29 | + "ocamlfind" { >= "1.8.0" } |
| 30 | + "sexplib" { >= "v0.13.0" } |
| 31 | + "dune" { >= "2.0.1" } |
| 32 | + "ppx_import" { >= "1.5-3" & < "2.0" } |
| 33 | + "ppx_deriving" { >= "4.2.1" } |
| 34 | + "ppx_sexp_conv" { >= "v0.13.0" } |
| 35 | + "ppx_compare" { >= "v0.13.0" } |
| 36 | + "ppx_hash" { >= "v0.13.0" } |
| 37 | + "yojson" { >= "1.7.0" } |
| 38 | + "ppx_deriving_yojson" { >= "3.4" } |
| 39 | +] |
| 40 | + |
| 41 | +conflicts: [ |
| 42 | + "result" {< "1.5"} |
| 43 | +] |
| 44 | + |
| 45 | +build: [ "dune" "build" "-p" name "-j" jobs ] |
| 46 | +url { |
| 47 | + src: |
| 48 | + "https://github.com/ejgallego/coq-serapi/releases/download/8.17.0%2B0.17.0/coq-serapi-8.17.0.0.17.0.tbz" |
| 49 | + checksum: [ |
| 50 | + "sha256=fe717f2aa1394434ca3cd9f02a4227e512fb2517c01d4f2726d71f4e3a18756d" |
| 51 | + "sha512=c070d3ebb7f76df7929b04ddb68d4d28751e8991fdb870f56a64168389ff217e75e118317dc8069a8acf98ac88c523d2211fd91fdc777f916d3184b56d235a7c" |
| 52 | + ] |
| 53 | +} |
| 54 | +x-commit-hash: "0bd0772fe683d1dbfd3bd29db5ad652e74a70f66" |
0 commit comments