Mirror/fork of ocamlnet
  • OCaml 92.1%
  • C 5.1%
  • RPC 0.9%
  • Makefile 0.9%
  • Shell 0.8%
Find a file
Anton Bachin 7ef255a0a9 Work around broken HAVE_BYTES detection
configure uses ocamlc -safe-string to determine whether the compiler has
the bytes type. However, on OCaml 5, this command, without input files,
exits with a non-zero exit code and prints "No input files". This causes
configure to wrongly believe that -safe-string is not supported, which
then triggers a multitude of compilation errors.

This commit changes the code to unconditionally assume that bytes is
available. A better way is probably to adapt OASIS, or what generated
the configure script.
2024-07-22 12:28:18 +03:00
code Work around broken HAVE_BYTES detection 2024-07-22 12:28:18 +03:00
files adding opam files 2017-12-05 01:53:50 +01:00
.gitignore update .gitignore 2020-04-28 00:13:03 +02:00
build.sh adding opam files 2017-12-05 01:53:50 +01:00
install.sh adding opam files 2017-12-05 01:53:50 +01:00
opam version string 2021-03-23 22:38:53 +01:00
README.md mailing list in readme 2016-01-02 13:23:41 +00:00

Ocamlnet

Links: