this repo has no description
1synopsis: "Sexp-based serialization library and protocol for machine interaction with the Coq proof assistant" 2description: "Sexp-based serialization library and protocol for machine interaction with the Coq proof assistant" 3opam-version: "2.0" 4maintainer: "e@x80.org" 5authors: "Emilio Jesús Gallego Arias" 6homepage: "https://github.com/ejgallego/coq-serapi" 7bug-reports: "https://github.com/ejgallego/coq-serapi/issues" 8dev-repo: "git+https://github.com/ejgallego/coq-serapi.git" 9license: "GPL-3.0-only" 10doc: "https://ejgallego.github.io/coq-serapi/" 11 12depends: [ 13 "ocaml" { >= "4.06.0" } 14 "coq" { >= "8.9.0" & < "8.10" } 15 "cmdliner" { >= "1.0.0" } 16 "ocamlfind" { >= "1.8.0" } 17 "sexplib" { >= "v0.11.0" & < "v0.15" } 18 "dune" { >= "1.2.0" } 19 "ppx_import" {build & >= "1.5-3" & < "2.0"} 20 "ppx_deriving" { build & >= "4.2.1" } 21 "ppx_sexp_conv" { build & >= "v0.11.0" & < "v0.15" } 22] 23 24build: [ "dune" "build" "-p" name "-j" jobs ] 25url { 26 src: 27 "https://github.com/ejgallego/coq-serapi/releases/download/8.9.0+0.6.1/coq-serapi-8.9.0.0.6.1.tbz" 28 checksum: [ 29 "sha256=136e0e4495616a0cb60b8e375b8fb7a93f6670ac31d1c13ba40454f7b6f4b671" 30 "sha512=079b890f88e638a4aae336f9827c46a8fffb5ce7eb6dec55ca1a41fe6a414fc8208d2e024689337275b19e00797f0bb26810c4de3e81a101a6dece2b1552a04b" 31 ] 32}