./devel/ocaml-base, Alternative standard library for OCaml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.15.0, Package name: ocaml-base-0.15.0, Maintainer: jaapb

Base is a standard library for OCaml. It provides a standard set of general
purpose modules that are well-tested, performant, and fully-portable across
any environment that can run OCaml code. Unlike other standard library
projects, Base is meant to be used as a wholesale replacement of the standard
library distributed with the OCaml compiler. In particular it makes different
choices and doesn't re-export features that are not fully portable such as
I/O, which are left to other libraries.


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [devel/ocaml-sexplib0] [devel/ocaml-dune]

Required to build:
[pkgtools/cwrappers] [misc/ocaml-opaline]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145)
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
   2022-05-10 10:33:35 by Jaap Boender | Files touched by this commit (4)
Log message:
Updated devel/ocaml-base to version 0.15.0.

There is no changelog, but upstream changes seem minor.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-03-08 09:13:10 by Jaap Boender | Files touched by this commit (214) | Package updated
Log message:
Recursive revbump associated with update of lang/ocaml
   2020-12-09 12:13:56 by Jaap Boender | Files touched by this commit (3)
Log message:
Updated devel/ocaml-base to 0.13.2.

I can't find a changelog, but changes seem minor.
   2020-04-03 12:53:20 by Jaap Boender | Files touched by this commit (3)
Log message:
Updated devel/ocaml-base to version 0.13.1.

This adds support for OCaml 4.10.
   2020-01-16 13:39:32 by Jaap Boender | Files touched by this commit (4)
Log message:
Updated devel/ocaml-base to version 0.13.0.

The CHANGES.md file in the distribution is rather unclear about what
changes belong to which version; nothing major seems to have changed, so
I'm assuming bugfixes and/or minor improvements.