-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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 | ||
|
@@ -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> | ||
""" |