Skip to content

Commit 0422aa2

Browse files
Adapt opam files to be usable with dune-release
1 parent d850375 commit 0422aa2

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

findlib.opam

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
opam-version: "2.0"
22
maintainer: "Anil Madhavapeddy <[email protected]>"
3-
homepage: "http://projects.camlcity.org/projects/findlib.html"
4-
bug-reports: "https://gitlab.camlcity.org/gerd/lib-findlib/issues"
3+
homepage: "https://github.com/dune-universe/lib-findlib"
4+
bug-reports: "https://github.com/dune-universe/lib-findlib/issues"
55
dev-repo: "git+https://github.com/dune-universe/lib-findlib.git"
66
build: [
77
[ "env" "FINDLIB_PREFIX=%{lib}%" "dune" "build" "-p" name "-j" jobs ]
@@ -20,6 +20,3 @@ interpreting the META files, so that it is very easy to use libraries
2020
in programs and scripts.
2121
"""
2222
authors: "Gerd Stolpmann <[email protected]>"
23-
url {
24-
src: "git+https://github.com/dune-universe/lib-findlib#duniverse-1.8.1"
25-
}

ocamlfind.opam

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
opam-version: "2.0"
22
maintainer: "Thomas Gazagnaire <[email protected]>"
3-
homepage: "http://projects.camlcity.org/projects/findlib.html"
4-
bug-reports: "https://gitlab.camlcity.org/gerd/lib-findlib/issues"
3+
homepage: "https://github.com/dune-universe/lib-findlib"
4+
bug-reports: "https://github.com/dune-universe/lib-findlib/issues"
55
dev-repo: "git+https://github.com/dune-universe/lib-findlib.git"
66
build: [
77
[ "env" "FINDLIB_PREFIX=%{lib}%" "dune" "build" "-p" name "-j" jobs ]
@@ -28,6 +28,3 @@ properties of libraries. There is also a tool (ocamlfind) for
2828
interpreting the META files, so that it is very easy to use libraries
2929
in programs and scripts."""
3030
authors: "Gerd Stolpmann <[email protected]>"
31-
url {
32-
src: "git+https://github.com/dune-universe/lib-findlib#duniverse-1.8.1"
33-
}

0 commit comments

Comments
 (0)