We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe0ab7 commit 6ec4f62Copy full SHA for 6ec4f62
CHANGES.md
@@ -6,4 +6,4 @@
6
7
## v0.2.0 - 2017-06-04
8
9
-- Initial release for ocaml 4.02.3.
+- Initial release for OCaml 4.02.3.
ppx_regexp.opam
@@ -1,9 +1,9 @@
1
opam-version: "1.2"
2
maintainer: "[email protected]"
3
authors: ["Petter A. Urkedal <[email protected]>"]
4
-homepage: "https://github.com/paurkedalt/ppx_regexp"
5
-bug-reports: "https://github.com/paurkedalt/ppx_regexp/issues"
-dev-repo: "https://github.com/paurkedalt/ppx_regexp.git"
+homepage: "https://github.com/paurkedal/ppx_regexp"
+bug-reports: "https://github.com/paurkedal/ppx_regexp/issues"
+dev-repo: "https://github.com/paurkedal/ppx_regexp.git"
license: "LGPL-3 with OCaml linking exception"
build: ["jbuilder" "build" "--root" "." "-j" jobs "@install"]
depends: [
0 commit comments