Skip to content

Commit 6b36e97

Browse files
committed
use correct opam wording
1 parent 429547f commit 6b36e97

29 files changed

+35
-35
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
opam2web
22
========
33

4-
A tool to generate a website from an OPAM universe
4+
A tool to generate a website from an opam universe
55

6-
This utility creates a static website from an OPAM universe, listing all
7-
available packages and their details. A homepage and OPAM documentation is
6+
This utility creates a static website from an opam universe, listing all
7+
available packages and their details. A homepage and opam documentation is
88
included as well.
99

1010
The latest release of opam2web is available via
@@ -112,7 +112,7 @@ opam2web --help
112112
opam2web -o website path:~/myrepo local:default
113113
```
114114
will generate the HTML files corresponding to the repository located in
115-
`~/myrepo` and the remote named `default` in the local OPAM installation.
115+
`~/myrepo` and the remote named `default` in the local opam installation.
116116
Resulting files will be located in the `website` directory.
117117

118118

bin/opam2web.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* GNU Lesser General Public License version 3.0 with linking *)
88
(* exception. *)
99
(* *)
10-
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
10+
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
1111
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
1212
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
1313
(* License for more details. *)

opam2web.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build: [
3030
dev-repo: "git+https://github.com/ocaml/opam2web.git"
3131
synopsis: "Tool to generate the opam.ocaml.org website"
3232
description: """
33-
This utility creates a static website from an OPAM universe, listing all
34-
available packages and their details. A homepage and OPAM documentation is
33+
This utility creates a static website from an opam universe, listing all
34+
available packages and their details. A homepage and opam documentation is
3535
included as well.
3636
"""

src/js_search/search.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* GNU Lesser General Public License version 3.0 with linking *)
88
(* exception. *)
99
(* *)
10-
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
10+
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
1111
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
1212
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
1313
(* License for more details. *)

src/o2wBlog.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* GNU Lesser General Public License version 3.0 with linking *)
88
(* exception. *)
99
(* *)
10-
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
10+
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
1111
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
1212
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
1313
(* License for more details. *)

src/o2wBlog.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* GNU Lesser General Public License version 3.0 with linking *)
88
(* exception. *)
99
(* *)
10-
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
10+
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
1111
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
1212
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
1313
(* License for more details. *)

src/o2wDocumentation.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* GNU Lesser General Public License version 3.0 with linking *)
88
(* exception. *)
99
(* *)
10-
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
10+
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
1111
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
1212
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
1313
(* License for more details. *)

src/o2wDocumentation.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* GNU Lesser General Public License version 3.0 with linking *)
88
(* exception. *)
99
(* *)
10-
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
10+
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
1111
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
1212
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
1313
(* License for more details. *)

src/o2wGlobals.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* GNU Lesser General Public License version 3.0 with linking *)
88
(* exception. *)
99
(* *)
10-
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
10+
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
1111
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
1212
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
1313
(* License for more details. *)

src/o2wGlobals.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* GNU Lesser General Public License version 3.0 with linking *)
88
(* exception. *)
99
(* *)
10-
(* OPAM is distributed in the hope that it will be useful, but WITHOUT *)
10+
(* Opam is distributed in the hope that it will be useful, but WITHOUT *)
1111
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *)
1212
(* or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public *)
1313
(* License for more details. *)

0 commit comments

Comments
 (0)