Skip to content
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

Fix coq-bignums packages spec #1346

Merged
merged 3 commits into from
Jul 26, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extra-dev/packages/coq-bignums/coq-bignums.8.10+beta1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors: [
"Evgeny Makarov"
"Pierre Letouzey"
]
license: "LGPL 2"
license: "LGPL-2.1-only"
build: [
[make "-j%{jobs}%"]
]
Expand Down
4 changes: 1 addition & 3 deletions extra-dev/packages/coq-bignums/coq-bignums.8.7.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ authors: [
"Evgeny Makarov"
"Pierre Letouzey"
]
license: "LGPL 2"
license: "LGPL-2.1-only"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Bignums"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
Expand All @@ -36,7 +35,6 @@ tags: [
synopsis: "Bignums, the Coq library of arbitrary large numbers"
description:
"Provides BigN, BigZ, BigQ that used to be part of Coq standard library < 8.7."
flags: light-uninstall
url {
src: "git+https://github.com/coq/bignums.git#v8.7"
}
4 changes: 1 addition & 3 deletions extra-dev/packages/coq-bignums/coq-bignums.8.8.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ authors: [
"Evgeny Makarov"
"Pierre Letouzey"
]
license: "LGPL 2"
license: "LGPL-2.1-only"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Bignums"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.10~"}
Expand All @@ -36,7 +35,6 @@ tags: [
synopsis: "Bignums, the Coq library of arbitrary large numbers"
description:
"Provides BigN, BigZ, BigQ that used to be part of Coq standard library < 8.7."
flags: light-uninstall
url {
src: "git+https://github.com/coq/bignums.git#v8.8"
}
2 changes: 1 addition & 1 deletion released/packages/coq-bignums/coq-bignums.8.10.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors: [
"Evgeny Makarov"
"Pierre Letouzey"
]
license: "LGPL 2"
license: "LGPL-2.1-only"
build: [
[make "-j%{jobs}%"]
]
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-bignums/coq-bignums.8.11.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors: [
"Evgeny Makarov"
"Pierre Letouzey"
]
license: "LGPL-2.1"
license: "LGPL-2.1-only"
build: [
[make "-j%{jobs}%"]
]
Expand Down
6 changes: 2 additions & 4 deletions released/packages/coq-bignums/coq-bignums.8.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ authors: [
"Evgeny Makarov"
"Pierre Letouzey"
]
license: "LGPL 2"
license: "LGPL-2.1-only"
build: [
[make]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Bignums"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
Expand All @@ -36,7 +35,6 @@ tags: [
synopsis: "Bignums, the Coq library of arbitrary large numbers"
description:
"Provides BigN, BigZ, BigQ that used to be part of Coq standard library < 8.7."
flags: light-uninstall
url {
src: "https://github.com/coq/bignums/archive/v8.6.0.tar.gz"
checksum: "md5=8200a64b50404a7f952e5ddd8047f646"
Expand Down
6 changes: 2 additions & 4 deletions released/packages/coq-bignums/coq-bignums.8.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ authors: [
"Evgeny Makarov"
"Pierre Letouzey"
]
license: "LGPL 2"
license: "LGPL-2.1-only"
build: [
[make]
[make "-j%{jobs}%"]
erikmd marked this conversation as resolved.
Show resolved Hide resolved
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Bignums"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
Expand All @@ -36,7 +35,6 @@ tags: [
synopsis: "Bignums, the Coq library of arbitrary large numbers"
description:
"Provides BigN, BigZ, BigQ that used to be part of Coq standard library < 8.7."
flags: light-uninstall
url {
src: "https://github.com/coq/bignums/archive/V8.7.0.tar.gz"
checksum: "md5=1d5f18f15675cfac64df59b3405e64d3"
Expand Down
4 changes: 1 addition & 3 deletions released/packages/coq-bignums/coq-bignums.8.8.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ authors: [
"Evgeny Makarov"
"Pierre Letouzey"
]
license: "LGPL 2"
license: "LGPL-2.1-only"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Bignums"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
Expand All @@ -36,7 +35,6 @@ tags: [
synopsis: "Bignums, the Coq library of arbitrary large numbers"
description:
"Provides BigN, BigZ, BigQ that used to be part of Coq standard library < 8.7."
flags: light-uninstall
url {
src: "https://github.com/coq/bignums/archive/V8.8.0.tar.gz"
checksum: "md5=75b96617033250a41d064ea8da4febf8"
Expand Down
4 changes: 1 addition & 3 deletions released/packages/coq-bignums/coq-bignums.8.9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ authors: [
"Evgeny Makarov"
"Pierre Letouzey"
]
license: "LGPL 2"
license: "LGPL-2.1-only"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Bignums"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
Expand All @@ -35,7 +34,6 @@ tags: [
synopsis: "Bignums, the Coq library of arbitrary large numbers"
description:
"Provides BigN, BigZ, BigQ that used to be part of Coq standard library < 8.7."
flags: light-uninstall
url {
src: "https://github.com/coq/bignums/archive/V8.9.0.tar.gz"
checksum: "md5=76a5dcff0dbbfd4eaa5e626c5b003eac"
Expand Down