File tree Expand file tree Collapse file tree 2 files changed +14
-16
lines changed
Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 1+ Full standard library replacement for OCaml
2+
3+ Full standard library replacement for OCaml
4+
5+ Base is a complete and portable alternative to the OCaml standard
6+ library. It provides all standard functionalities one would expect
7+ from a language standard library. It uses consistent conventions
8+ across all of its module.
9+
10+ Base aims to be usable in any context. As a result system dependent
11+ features such as I/O are not offered by Base. They are instead
12+ provided by companion libraries such as stdio:
13+
14+ https://github.com/janestreet/stdio
Original file line number Diff line number Diff line change @@ -17,19 +17,3 @@ depopts: [
1717 "base-native-int63"
1818]
1919available: [ ocaml-version >= "4.04.1" ]
20- descr: "
21- Full standard library replacement for OCaml
22-
23- Full standard library replacement for OCaml
24-
25- Base is a complete and portable alternative to the OCaml standard
26- library. It provides all standard functionalities one would expect
27- from a language standard library. It uses consistent conventions
28- across all of its module.
29-
30- Base aims to be usable in any context. As a result system dependent
31- features such as I/O are not offered by Base. They are instead
32- provided by companion libraries such as stdio:
33-
34- https://github.com/janestreet/stdio
35- "
You can’t perform that action at this time.
0 commit comments