Mirror/fork of ocamlnet
- OCaml 92.1%
- C 5.1%
- RPC 0.9%
- Makefile 0.9%
- Shell 0.8%
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. |
||
|---|---|---|
| code | ||
| files | ||
| .gitignore | ||
| build.sh | ||
| install.sh | ||
| opam | ||
| README.md | ||
Ocamlnet
Links:
-
Project page Find here links to the official download tarball, and documentation.
-
Licenses: This project has a mixed license (unfortunately): LICENSE, LICENSE.BSD3, LICENSE.GPL.
-
Mailing list: Please use the mailing list at sourceforge