Skip to content

Commit

Permalink
Merge pull request #87 from ocaml/gerd/findlib-1.9.7
Browse files Browse the repository at this point in the history
release findlib 1.9.7
  • Loading branch information
gerdstolpmann authored Nov 6, 2024
2 parents 9fd181d + ecce67d commit f6c539b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/README.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,15 @@ configuration files, and library routines in detail.</p>
where we may want to implement a `.cma` -> `.js` cache instead
of calling `Dynlink.loadfile` dynamically. (Emilio J. Gallego
Arias).</p>
<p>Fix auto-detection of -opaque (Stephen Dolan)</p>
<p>Fix linking of threads.cmxa in OCaml-5.2 (David Allsopp)</p>
<p>Improved scripts (shellcheck) (Marek Kubica)</p>
<p>Support for relocatable installations (Marek Kubica)</p>
<p>Support OCAMLOPT_SHARED (Chen Qi)</p>
<p>Avoid exception for PATH containing "." (Dmetry Bely)</p>
<p>Fixes for Windows (David Allsopp)</p>
<p>Typos in documentation (Antonin Décimo)</p>
<p>Upgrade ocamlfind for OCaml-5 (David Allsopp)</p>
</li>

<li>
Expand Down
1 change: 1 addition & 0 deletions findlib.files
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ x src/findlib/fl_meta.ml
x src/findlib/findlib_config.ml
x src/findlib/ocaml_args.ml
x src/findlib/topfind.ml
f src/findlib/topfind.in
p src/findlib/.*\.ml
p src/findlib/.*\.mli
p src/findlib/.*\.mll
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "ocamlfind"
version: "1.9.6.git"
version: "1.9.7.git"
license: "MIT"
synopsis: "A library manager for OCaml"
maintainer: "Thomas Gazagnaire <[email protected]>"
Expand Down

0 comments on commit f6c539b

Please sign in to comment.