-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[new release] coq-serapi (8.19.0+0.19.3) #25790
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
opam-version: "2.0" | ||
maintainer: "e@x80.org" | ||
homepage: "https://github.com/ejgallego/coq-serapi" | ||
bug-reports: "https://github.com/ejgallego/coq-serapi/issues" | ||
dev-repo: "git+https://github.com/ejgallego/coq-serapi.git" | ||
license: "LGPL-2.1-or-later" | ||
doc: "https://ejgallego.github.io/coq-serapi/" | ||
|
||
synopsis: "Serialization library and protocol for machine interaction with the Coq proof assistant" | ||
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). | ||
""" | ||
|
||
authors: [ | ||
"Emilio Jesús Gallego Arias" | ||
"Karl Palmskog" | ||
"Clément Pit-Claudel" | ||
"Kaiyu Yang" | ||
] | ||
|
||
depends: [ | ||
"ocaml" { >= "4.09.0" } | ||
"coq" { >= "8.19" & < "8.20" } | ||
"cmdliner" { >= "1.1.0" } | ||
"ocamlfind" { >= "1.8.0" } | ||
"sexplib" { >= "v0.13.0" } | ||
"dune" { >= "2.0.1" } | ||
"ppx_import" { build & >= "1.5-3" & < "2.0" } | ||
"ppx_deriving" { >= "4.2.1" } | ||
"ppx_sexp_conv" { >= "v0.13.0" } | ||
"ppx_compare" { >= "v0.13.0" } | ||
"ppx_hash" { >= "v0.13.0" } | ||
"yojson" { >= "1.7.0" } | ||
"ppx_deriving_yojson" { >= "3.4" } | ||
] | ||
|
||
conflicts: [ | ||
"result" {< "1.5"} | ||
] | ||
|
||
build: [ "dune" "build" "-p" name "-j" jobs ] | ||
run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ] | ||
url { | ||
src: | ||
"https://github.com/ejgallego/coq-serapi/releases/download/8.19.0%2B0.19.3/coq-serapi-8.19.0.0.19.3.tbz" | ||
checksum: [ | ||
"sha256=f09de562d1f8cef423444d09212863fd54d02a907f15c0e409825a1126051939" | ||
"sha512=5ba51cdbb9a75aaf42085677b8fd4eb68efe89d32d9e216d82f79a5fd742556968cf3fcb1a6316f01058d169f0fcc0cbf8fb03d007b9ab79e06ff8f5a7d17de0" | ||
] | ||
} | ||
x-commit-hash: "53d3168f56cc1a811e5e9bfb65ffc50c26e4a6ff" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The repo's LICENSE file is complicated. Is it correct that this here package's tarball contains only LGPL.2.1+ code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tarball contains in addition to SerAPI code, which is LGPL2.1+: