ocamlfind icon indicating copy to clipboard operation
ocamlfind copied to clipboard

The OCaml findlib library manager

Results 31 ocamlfind issues
Sort by recently updated
recently updated
newest added

This PR mirrors the work on the compiler on making it relocatable. The way it works it adds a new option for configure that can be used to instead of...

Implements a fix for an [issue reported in Discuss](https://discuss.ocaml.org/t/14344). The original example, given `a.ml`: ```ocaml let x = Thread.self () ``` is that this command (despite being incorrect) works in...

On windows in unix context it should not output the extra `\r` otherwise it breaks its use in `configure` scripts: see https://github.com/ocaml/opam-repository/pull/24841

On this page: http://projects.camlcity.org/projects/dl/findlib-1.9.6/doc/guide-html/index.html ...where it says: > Quickstart. See also the [Quickstart page](http://projects.camlcity.org/projects/dl/findlib-1.5/doc/QUICKSTART) for instructions for the most common cases. The link goes to a 404 page. It should...

I was looking to modify the Makefile and wondered what `.mml` is. It doesn't seem to be used and removing it didn't create any issues that I could see, hence...

I ran shellcheck on the configure script which suggested a lot of nice improvements, mostly about quoting and making sure spaces don't break the commands. Other interesting improvements include removing...

findlib's home page is: http://projects.camlcity.org/projects/findlib.html It's using http instead of https. Some web proxy will just block http://xxx. I'm wondering if this situation could be improved a little bit.

three problems: 1. wasicaml has a bug and cannot run executables by non-absolute path (-> solve there, https://github.com/remixlabs/wasicaml/pull/58) 2. ``` /Users/gerd/biz/figly/protoquery/wasicaml/bin/ocamlfind ocamlmklib ocamlfind: Package `threads' not found ``` This is...

\# tools/patch '@SITELIB@' '/home/Kevin/.opam/5.2.0+trunk/lib' | \ \# tools/patch '@FINDLIB_PATH@' '/home/Kevin/.opam/5.2.0+trunk/lib/ocaml;/home/Kevin/.opam/5.2.0+trunk/lib' -p >findlib.conf \# sed: -e expression #1, char 58: unknown option to `s' In the patch script, the delimiter used...

Hello all, I am trying to use the `Env` module in compiler-libs.common (link: https://ocaml.org/p/ocaml-base-compiler/4.14.1/doc/Env/index.html) , which was expunged from the recent toplevel. In order to use this, I am building...