1
0
mirror of https://github.com/sorin-ionescu/prezto.git synced 2025-03-11 17:15:44 +08:00
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

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

@ -1,15 +1,15 @@
Ocaml OCaml
===== =====
Initializes [Ocaml][1] package management. Initializes [OCaml][1] package management.
OPAM 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 This module enables local package installation with OPAM by extending the
relevant path and Ocaml variables. relevant path and OCaml variables.
### Usage ### Usage

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