Go to file
David Abdurachmanov 393444074b
Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-02-27 11:29:59 +02:00
.gitignore Initial import. 2020-01-08 09:12:17 -07:00
README.md Version 0.15.0. Add patch for OCaml 4.13 compatibility. 2021-11-30 10:05:00 -07:00
ocaml-base-mathlib.patch Optionally run tests. 2022-07-20 13:37:05 -06:00
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.spec Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release: 2023-02-27 11:29:59 +02:00
sources Version 0.15.1. 2022-11-01 09:59:40 -06:00

README.md

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.