Skip to content

Commit

Permalink
update urls to ocurrent org
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Feb 21, 2020
1 parent a8bb9dc commit 1eb9130
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions ocaml-version.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ maintainer: "Anil Madhavapeddy <[email protected]>"
authors: "Anil Madhavapeddy <[email protected]>"
license: "ISC"
tags: "org:ocamllabs"
homepage: "https://github.com/avsm/ocaml-version"
doc: "https://avsm.github.io/ocaml-version/doc"
bug-reports: "https://github.com/avsm/ocaml-version/issues"
homepage: "https://github.com/ocurrent/ocaml-version"
doc: "https://ocurrent.github.io/ocaml-version/doc"
bug-reports: "https://github.com/ocurrent/ocaml-version/issues"
depends: [
"ocaml" {>= "4.02.0"}
"dune"
Expand All @@ -15,7 +15,7 @@ build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/avsm/ocaml-version.git"
dev-repo: "git+https://github.com/ocurrent/ocaml-version.git"
synopsis: "Manipulate, parse and generate OCaml compiler version strings"
description: """
This library provides facilities to parse version numbers of the OCaml
Expand All @@ -31,13 +31,10 @@ functionality:
- Test compiler versions for a particular feature (e.g. the `bytes` type)
- [opam](https://opam.ocaml.org) compiler switch enumeration.

Browse the [API documentation](http://anil-code.recoil.org/ocaml-version/ocaml-version/Ocaml_version/index.html) for more
details.

### Further information

- **Discussion:** Post on <https://discuss.ocaml.org/> with the `ocaml` tag under
the Ecosystem category.
- **Bugs:** <https://github.com/avsm/ocaml-version/issues>
- **Bugs:** <https://github.com/ocurrent/ocaml-version/issues>
- **Docs:** <http://docs.mirage.io/ocaml-version>
"""

0 comments on commit 1eb9130

Please sign in to comment.