this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26512 from ejgallego/release-coq-serapi-8.20.0+0.20.0

[new release] coq-serapi (8.20.0+0.20.0)

authored by

Marcello Seri and committed by
GitHub
6a5084a3 d7f03fbf

+58
+58
packages/coq-serapi/coq-serapi.8.20.0+0.20.0/opam
··· 1 + opam-version: "2.0" 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/" 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 + "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 + 44 + conflicts: [ 45 + "result" {< "1.5"} 46 + ] 47 + 48 + build: [ "dune" "build" "-p" name "-j" jobs ] 49 + run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ] 50 + url { 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 + } 58 + x-commit-hash: "e052cadeaace39e00f9dcef9e768fc0fa4ac1d3b"