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/doc" 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: "https://github.com/ejgallego/coq-serapi/archive/8.9.0+0.6.0.tar.gz" 27 checksum: [ 28 "sha256=7e255479d6e4bc93184525a248904de2e31543046041ad7e7e84415bcb7014fa" 29 "md5=8b52f643a3c9019c551e0757e1b3b569" 30 ] 31}