Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocamlPackages.findlib: two fixes #37161

Merged
merged 2 commits into from Mar 25, 2018
Merged

ocamlPackages.findlib: two fixes #37161

merged 2 commits into from Mar 25, 2018

Conversation

vbgl
Copy link
Contributor

@vbgl vbgl commented Mar 16, 2018

Motivation for this change

This PR gathers two unrelated commits, both applied to findlib (aka ocamlfind).

The first fixes the META file of the threads library. It is required to update lwt to version 3.2 (and above).

The second subsumes #34981 and #34931. It adds a hook to automatically fill the CAML_LD_LIBRARY_PATH environment variable with paths to available libraries — provided said libraries adhere to the convention of putting their DLL files into lib/ocaml/${ocaml.version}/site-lib/stubslibs (what most do).

Running nox-review crashes nix ;-)

…H env. variable

With directories of the form:
  lib/ocaml/${ocaml.version}/site-lib/stubslibs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants