14 lines
287 B
Org Mode
14 lines
287 B
Org Mode
:PROPERTIES:
|
|
:ID: 17dfef04-df4b-430d-8bae-8539c1f14e40
|
|
:END:
|
|
#+title: OCaml
|
|
|
|
- Family :: ML
|
|
- File extensions :: .ml
|
|
|
|
* Package managers
|
|
- opam :: The main OCaml package manager
|
|
* Build tools
|
|
- dune :: Organize and compile projects
|
|
* REPLs
|
|
- utop :: Includes available completions
|