Skip to content

Commit cc50463

Browse files
authored
camllib.1.3.3: update availability range (#26221)
* camllib.1.3.3: update availability range * camllib.1.3.3: not available on windows * camllib.1.3.3: add missing fields * camllib.1.3.3: lift version upperbound to OCaml < 5 Also: manually disable profiling for OCaml ≥ 4.08
1 parent 9a084ee commit cc50463

File tree

1 file changed

+7
-6
lines changed
  • packages/camllib/camllib.1.3.3

1 file changed

+7
-6
lines changed

packages/camllib/camllib.1.3.3/opam

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,27 @@ opam-version: "2.0"
22
maintainer: "Nicolas Berthier <[email protected]>"
33
authors: ["Bertrand Jeannet"]
44
homepage: "https://www.inrialpes.fr/pop-art/people/bjeannet/bjeannet-forge/camllib/index.html"
5-
bug-reports: "https://gforge.inria.fr/projects/bjeannet/"
6-
# SVN repositories not supported (yet).
7-
# dev-repo: "svn://scm.gforge.inria.fr/svnroot/bjeannet/pkg/camllib/branches/opam-packaging"
5+
bug-reports: "https://framagit.org/nberth/camllib/-/issues"
6+
dev-repo: "git+https://framagit.org/nberth/camllib.git"
87
license: "LGPL-2.1-only"
98
build: [
10-
["sh" "./configure"]
9+
["sh" "./configure"
10+
"--disable-profiling" {ocaml >= "4.08"}]
1111
[make]
1212
]
1313
install: [
1414
[make "install"]
1515
]
1616
depends: [
17-
"ocaml" {>= "4.02.0" & < "4.08"}
17+
"ocaml" {>= "4.02.0" & < "5"}
1818
"ocamlfind" {build}
1919
"ocamlbuild" {build}
2020
"stdlib-shims"
2121
]
22+
available: [ os != "win32" & os != "cygwin" ]
2223
synopsis: "Utility Library (including various datatypes)"
2324
url {
24-
src: "http://nberth.space/pool/camllib/camllib-1.3.3.tar.gz"
25+
src: "https://nberth.space/pool/camllib/camllib-1.3.3.tar.gz"
2526
checksum: [
2627
"sha256=ca9a1ee7bad44d7e5a7578f0eabdafc41161bd301fb5e0008d2edeaaccda9a64"
2728
"md5=59424473c5a79c4a38da034de36b0293"

0 commit comments

Comments
 (0)