Go to file
Fedora Release Engineering bbc2a8de6f - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 21:38:27 +00:00
.gitignore
ocaml-base-ocaml413.patch Version 0.15.0. Add patch for OCaml 4.13 compatibility. 2021-11-30 10:05:00 -07:00
ocaml-base.rpmlintrc
ocaml-base.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild 2022-01-20 21:38:27 +00:00
README.md Version 0.15.0. Add patch for OCaml 4.13 compatibility. 2021-11-30 10:05:00 -07:00
sources Version 0.15.0. Add patch for OCaml 4.13 compatibility. 2021-11-30 10:05:00 -07:00

ocaml-base

Base is a complete and portable alternative to the OCaml standard library. It provides all standard functionalities one would expect from a language standard library. It uses consistent conventions across all of its modules.

Base aims to be usable in any context. As a result system dependent features such as I/O are not offered by Base. They are instead provided by companion libraries such as stdio.