Skip to content

Commit

Permalink
Adapt opam files to be usable with dune-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Jan 10, 2022
1 parent d850375 commit 0422aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions findlib.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"
maintainer: "Anil Madhavapeddy <[email protected]>"
homepage: "http://projects.camlcity.org/projects/findlib.html"
bug-reports: "https://gitlab.camlcity.org/gerd/lib-findlib/issues"
homepage: "https://github.com/dune-universe/lib-findlib"
bug-reports: "https://github.com/dune-universe/lib-findlib/issues"
dev-repo: "git+https://github.com/dune-universe/lib-findlib.git"
build: [
[ "env" "FINDLIB_PREFIX=%{lib}%" "dune" "build" "-p" name "-j" jobs ]
Expand All @@ -20,6 +20,3 @@ interpreting the META files, so that it is very easy to use libraries
in programs and scripts.
"""
authors: "Gerd Stolpmann <[email protected]>"
url {
src: "git+https://github.com/dune-universe/lib-findlib#duniverse-1.8.1"
}
7 changes: 2 additions & 5 deletions ocamlfind.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"
maintainer: "Thomas Gazagnaire <[email protected]>"
homepage: "http://projects.camlcity.org/projects/findlib.html"
bug-reports: "https://gitlab.camlcity.org/gerd/lib-findlib/issues"
homepage: "https://github.com/dune-universe/lib-findlib"
bug-reports: "https://github.com/dune-universe/lib-findlib/issues"
dev-repo: "git+https://github.com/dune-universe/lib-findlib.git"
build: [
[ "env" "FINDLIB_PREFIX=%{lib}%" "dune" "build" "-p" name "-j" jobs ]
Expand All @@ -28,6 +28,3 @@ properties of libraries. There is also a tool (ocamlfind) for
interpreting the META files, so that it is very easy to use libraries
in programs and scripts."""
authors: "Gerd Stolpmann <[email protected]>"
url {
src: "git+https://github.com/dune-universe/lib-findlib#duniverse-1.8.1"
}

0 comments on commit 0422aa2

Please sign in to comment.