./devel/ocaml-findlib, Library finder for OCaml

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


Branch: CURRENT, Version: 1.9.6, Package name: ocaml-findlib-1.9.6, Maintainer: jaapb

The "findlib" software provides a scheme to manage reusable software
components in the form of libraries, and includes tools that support
this scheme. A library installed as a findlib component is also called
a package. The point is that the findlib scheme allows it to store
metainformation about the library, especially how it can be used in
programs. The packages are kept in the filesystem hierarchy, but the
directory structure is defined by findlib, and there is no way to
deviate from this standard. The library contains functions to look the
directory up that stores a package, to query metainformation about a
package, and to retrieve dependency information about multiple packages.
There is also a tool that allows the user to enter queries on the
command-line. In order to simplify compilation and linkage, there are
new frontends of the various OCaml compilers that can directly deal
with packages.


Required to run:
[lang/ocaml]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 264.889 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-09 15:24:40 by Thomas Klausner | Files touched by this commit (7) | Package removed
Log message:
ocaml-findlib: update to 1.9.6.

Summary of changes not found, 9 months of commits.
   2022-05-24 20:51:57 by Jaap Boender | Files touched by this commit (118) | Package updated
Log message:
Recursive revbump associated with update of ocaml.

Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
   2022-02-02 15:45:18 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
ocaml-findlib: update to 1.9.3.

Changes not found.
   2022-02-02 15:35:34 by Thomas Klausner | Files touched by this commit (6)
Log message:
ocaml-findlib: use upstream DESTDIR variable called 'prefix'

Bump PKGREVISION to be on the safe side.
   2022-01-23 23:21:45 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
ocaml-findlib: update to 1.9.2.

Changes not found.
   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-18 09:30:43 by Jaap Boender | Files touched by this commit (9)
Log message:
Updated devel/ocaml-findlib to version 1.9.1.

Changes are mostly incremental (compatibility issues, bugfixes).