| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tests are disabled for now because some of them are failing.
Some of the failures in the archs that I tried to build:
* ppc64le:
99% tests passed, 2 tests failed out of 344
The following tests FAILED:
142 - BaselineTest_opt-lots (Failed)
227 - RegressTest_1057 (Failed)
* x86_64:
99% tests passed, 4 tests failed out of 344
The following tests FAILED:
27 - BaselineTest_cmd-org (Failed)
29 - BaselineTest_cmd-pricedb (Failed)
31 - BaselineTest_cmd-prices (Failed)
283 - RegressTest_786A3DD0 (Failed)
|
| |
|
|
|
|
|
| |
https://racket-lang.org/
A general purpose programming language in the Lisp-Scheme family
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ocamlopt tools/lambda_term_actions.exe (exit 2)
(cd _build/default && /usr/bin/ocamlopt.opt -w -40 -safe-string -g -o tools/lambda_term_actions.exe -I /usr/lib/ocaml/bytes -I /usr/lib/ocaml/camomile -I /usr/lib/ocaml/lwt -I /usr/lib/ocaml/lwt_react -I /usr/lib/ocaml/react -I /usr/lib/ocaml/result -I /usr/lib/ocaml/threads -I /usr/lib/ocaml/zed -I src /usr/lib/ocaml/result/result.cmxa /usr/lib/ocaml/lwt/lwt.cmxa /usr/lib/ocaml/unix.cmxa /usr/lib/ocaml/bigarray.cmxa /usr/lib/ocaml/lwt/lwt_log.cmxa /usr/lib/ocaml/threads/threads.cmxa /usr/lib/ocaml/lwt/lwt_unix.cmxa /usr/lib/ocaml/react/react.cmxa /usr/lib/ocaml/lwt_react/lwt_react.cmxa /usr/lib/ocaml/camomile/camomile.cmxa /usr/lib/ocaml/zed/zed.cmxa src/lambda_term.cmxa tools/.lambda_term_actions.eobjs/lambda_term_actions.cmx)
/usr/lib/gcc/powerpc64le-alpine-linux-musl/6.4.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: /usr/lib/ocaml/lwt/liblwt_unix_stubs.a(unix_lseek_job.o): In function `result_lseek':
/home/buildozer/aports/testing/ocaml-lwt/src/lwt-3.2.1/_build/default/src/unix/unix_lseek_job.c:113:(.text+0xb8): call to `result_lseek.part.0' lacks nop, can't restore toc; (-mcmodel=small toc adjust stub)
/usr/lib/gcc/powerpc64le-alpine-linux-musl/6.4.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: /usr/lib/ocaml/lwt/liblwt_unix_stubs.a(unix_lseek_job.o): In function `result_lseek_64':
/home/buildozer/aports/testing/ocaml-lwt/src/lwt-3.2.1/_build/default/src/unix/unix_lseek_job.c:134:(.text+0x134): call to `result_lseek_64.part.1' lacks nop, can't restore toc; (-mcmodel=small toc adjust stub)
/usr/lib/gcc/powerpc64le-alpine-linux-musl/6.4.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
File "caml_startup", line 1:
Error: Error during linking
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The reported crash (for v14.9.9) does not happen in EVP_cleanup(),
even though the instrumented code apparantly said so, but the
actual cause was a memory access on an already freed pointer that
sneaked into the release (which has not seen thorough testing,
also apparantly).
|
|
|
|
|
| |
http://www.algo-prog.info/ocapic/web/index.php?id=OCAPIC:OCamlClean
OCaml Bytecode Cleaner
|
|
|
|
|
|
|
| |
There are already two packages that require yojson and not biniou or
easy-format, but fails to build when ocaml-biniou-dev and
ocaml-easy-format-dev are not installed, so they are probably needed
as transitive dependencies.
|
| |
|
| |
|
|
|
|
|
| |
https://ocaml.github.io/merlin/
Context sensitive completion for OCaml
|
|
|
|
|
| |
https://github.com/mjambon/yojson
JSON parsing and pretty-printing library for OCaml
|
|
|
|
|
| |
https://github.com/mjambon/biniou
Extensible binary data format, like JSON but faster
|
|
|
|
|
| |
https://mjambon.github.io/mjambon2016/easy-format.html
Pretty-printing library for OCaml
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/lib/gcc/powerpc64le-alpine-linux-musl/6.4.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: /usr/lib/ocaml/lwt/liblwt_unix_stubs.a(unix_lseek_job.o): In function `result_lseek':
/home/buildozer/aports/testing/ocaml-lwt/src/lwt-3.2.1/_build/default/src/unix/unix_lseek_job.c:113:(.text+0xb8): call to `result_lseek.part.0' lacks nop, can't restore toc; (-mcmodel=small toc adjust stub)
/usr/lib/gcc/powerpc64le-alpine-linux-musl/6.4.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: /usr/lib/ocaml/lwt/liblwt_unix_stubs.a(unix_lseek_job.o): In function `result_lseek_64':
/home/buildozer/aports/testing/ocaml-lwt/src/lwt-3.2.1/_build/default/src/unix/unix_lseek_job.c:134:(.text+0x134): call to `result_lseek_64.part.1' lacks nop, can't restore toc; (-mcmodel=small toc adjust stub)
/usr/lib/gcc/powerpc64le-alpine-linux-musl/6.4.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
File "caml_startup", line 1:
Error: Error during linking
ocamlopt test/lwt_unix/test_lwt.exe (exit 2)
|
|
|
|
|
| |
http://ocsigen.org/js_of_ocaml/
Compiler from OCaml to Javascript
|
|
|
|
|
| |
https://ocsigen.org/tyxml/
OCaml library for building statically correct HTML and SVG documents
|
|
|
|
|
| |
http://aantron.github.io/markup.ml
Error-recovering streaming HTML5 and XML parsers for OCaml
|
|
|
|
|
| |
https://github.com/ocsigen/reactiveData/
FRP with incremental changes in data structures for OCaml
|
|
|
|
|
| |
https://github.com/ocaml/ocaml-re
Pure OCaml regular expressions, with support for Perl and POSIX-style strings
|
|
|
|
|
| |
https://github.com/dbuenzli/uutf
Non-blocking streaming Unicode codec for OCaml
|
|
|
|
|
| |
http://erratique.ch/software/topkg
The transitory OCaml software packager
|
|
|
|
|
| |
https://github.com/ocaml-ppx/ppx_deriving
Type-driven code generation for OCaml
|
|
|
|
|
| |
http://ounit.forge.ocamlcore.org/
A unit test framework for OCaml
|
|
|
|
|
| |
https://github.com/ocaml-ppx/ppx_derivers
Shared [@@deriving] plugins registry
|
|
|
|
|
| |
https://github.com/ocaml-ppx/ppx_tools
Tools for authors of ppx rewriters
|
|
|
|
|
| |
https://github.com/ocaml/uchar
Compatibility library for OCaml's Uchar module
|
|
|
|
|
| |
http://erratique.ch/software/cmdliner
Declarative definition of command line interfaces for OCaml
|
| |
|
| |
|
| |
|