This commit is contained in:
Seizan Shimazaki 2014-05-07 11:11:21 +09:00 committed by Sorin Ionescu
parent 493bf302f6
commit fdb406f917
3 changed files with 7 additions and 7 deletions

View File

@ -102,10 +102,10 @@ Node.js
Provides utility functions for Node.js and loads npm completion.
Ocaml
OCaml
-----
Initializes Ocaml package management.
Initializes OCaml package management.
OSX
---

View File

@ -1,15 +1,15 @@
Ocaml
OCaml
=====
Initializes [Ocaml][1] package management.
Initializes [OCaml][1] package management.
OPAM
----
[OPAM][2] is a package manager for Ocaml.
[OPAM][2] is a package manager for OCaml.
This module enables local package installation with OPAM by extending the
relevant path and Ocaml variables.
relevant path and OCaml variables.
### Usage

View File

@ -1,5 +1,5 @@
#
# Initializes Ocaml package management.
# Initializes OCaml package management.
#
# Authors:
# Sebastian Wiesner <lunaryorn@gmail.com>