package coq-serapi

  1. Overview
  2. No Docs
Serialization library and protocol for machine interaction with the Coq proof assistant

Install

dune-project
 Dependency

Authors

Maintainers

Sources

coq-serapi-8.20.0.0.20.0.tbz
sha256=ead9382f111ea385008fe9037513ff1f738dd90d8e989b8d1a0c9290963d9afe
sha512=b29103c2d1eb3cf8a33fa9ddf26b5a6c89e7277cd31256589bcae8a89c37a3de7a3c3e7fe5d376358e874d44dc6c60ab96736cbd1037511ab36705e9f40f0ade

Description

SerAPI is a library for machine-to-machine interaction with the Coq proof assistant, with particular emphasis on applications in IDEs, code analysis tools, and machine learning. SerAPI provides automatic serialization of Coq's internal OCaml datatypes from/to JSON or S-expressions (sexps).

Published: 10 Sep 2024

Dependencies (15)

  1. ppx_hash >= "v0.13.0" & < "v0.18~"
  2. ppx_compare >= "v0.13.0" & < "v0.18~"
  3. ppx_sexp_conv >= "v0.13.0" & < "v0.18~"
  4. sexplib >= "v0.13.0" & < "v0.18~"
  5. ppx_deriving_yojson >= "3.4"
  6. ppx_deriving >= "4.2.1"
  7. ppx_import >= "1.11.0" & < "2.0"
  8. ocamlfind >= "1.8.0"
  9. cmdliner >= "1.1.0"
  10. dune >= "2.0.1"
  11. sexplib >= "v0.13.0"
  12. ocamlfind >= "1.8.0"
  13. cmdliner >= "1.1.0"
  14. ocaml >= "4.12.0"
  15. dune >= "2.9.1"

Dev Dependencies (1)

  1. coq >= "8.20" & < "8.21" | = "dev"

Used by

None

Conflicts (1)

  1. result < "1.5"