Skip to content

Commit

Permalink
Merge pull request ocaml#11448 from nberth/master
Browse files Browse the repository at this point in the history
camllib: comply with safe strings
  • Loading branch information
hcarty committed Feb 21, 2018
2 parents 18b3217 + 7f4258a commit 1fcee8c
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
5 changes: 4 additions & 1 deletion packages/camllib/camllib.1.3.0/opam
Expand Up @@ -2,6 +2,9 @@ opam-version: "1.2"
maintainer: "Nicolas Berthier <m@nberth.space>"
authors: ["Bertrand Jeannet"]
homepage: "https://www.inrialpes.fr/pop-art/people/bjeannet/bjeannet-forge/camllib/index.html"
bug-reports: "https://gforge.inria.fr/projects/bjeannet/"
# SVN repositories not supported (yet).
# dev-repo: "svn://scm.gforge.inria.fr/svnroot/bjeannet/pkg/camllib/branches/opam-packaging"
license: "LGPL-2.1"
build: [
["cp" "Makefile.config.opam" "Makefile.config"]
Expand All @@ -14,7 +17,7 @@ remove: [
["ocamlfind" "remove" "camllib"]
]
depends: [
"ocamlfind"
"ocamlfind" {build}
"ocamlbuild" {build}
]
available: [ ocaml-version >= "4.00.0" & ocaml-version < "4.03.0" ]
7 changes: 5 additions & 2 deletions packages/camllib/camllib.1.3.1/opam
Expand Up @@ -2,6 +2,9 @@ opam-version: "1.2"
maintainer: "Nicolas Berthier <m@nberth.space>"
authors: ["Bertrand Jeannet"]
homepage: "https://www.inrialpes.fr/pop-art/people/bjeannet/bjeannet-forge/camllib/index.html"
bug-reports: "https://gforge.inria.fr/projects/bjeannet/"
# SVN repositories not supported (yet).
# dev-repo: "svn://scm.gforge.inria.fr/svnroot/bjeannet/pkg/camllib/branches/opam-packaging"
license: "LGPL-2.1"
build: [
["cp" "Makefile.config.opam" "Makefile.config"]
Expand All @@ -14,7 +17,7 @@ remove: [
["ocamlfind" "remove" "camllib"]
]
depends: [
"ocamlfind"
"ocamlfind" {build}
"ocamlbuild" {build}
]
available: [ ocaml-version >= "4.02.0" ]
available: [ ocaml-version >= "4.02.0" & ocaml-version < "4.06" ]
1 change: 1 addition & 0 deletions packages/camllib/camllib.1.3.2/descr
@@ -0,0 +1 @@
Utility Library (including various datatypes)
22 changes: 22 additions & 0 deletions packages/camllib/camllib.1.3.2/opam
@@ -0,0 +1,22 @@
opam-version: "1.2"
maintainer: "Nicolas Berthier <m@nberth.space>"
authors: ["Bertrand Jeannet"]
homepage: "https://www.inrialpes.fr/pop-art/people/bjeannet/bjeannet-forge/camllib/index.html"
# SVN repositories not supported (yet).
# dev-repo: "svn://scm.gforge.inria.fr/svnroot/bjeannet/pkg/camllib/branches/opam-packaging"
license: "LGPL-2.1"
build: [
["cp" "Makefile.config.opam" "Makefile.config"]
[make]
]
install: [
[make "install"]
]
remove: [
["ocamlfind" "remove" "camllib"]
]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
]
available: [ ocaml-version >= "4.02.0" ]
2 changes: 2 additions & 0 deletions packages/camllib/camllib.1.3.2/url
@@ -0,0 +1,2 @@
archive: "http://nberth.space/pool/camllib/camllib-1.3.2.tar.gz"
checksum: "34cd32aa3f0523c0278f58b7f9496253"

0 comments on commit 1fcee8c

Please sign in to comment.