7 Commits

Author SHA1 Message Date
naddy
e93f9d0ca9 drop RCS Ids 2022-03-11 19:28:46 +00:00
daniel
efd5a97f0a update ocaml to 4.12.1
The ocaml update requires ocaml-camlp4 to be updated in sync and all
dependant ports need a bump.

ok avsm@ (MAINTAINER)
2021-12-10 04:10:59 +00:00
chrisz
8f34a2e806 Update lang/ocaml to 4.10.0
tested on sparc64, update to lang/camlp4 and ok by jca@
ok daniel@
thanks.
2020-06-09 17:34:13 +00:00
thfr
0192620123 mark lang/haxe BROKEN again because the OCaml deps build with undesirable methods (curl calls, autodetection of CPU number) that need to be replaced; found by kili@ 2020-02-29 03:00:03 +00:00
thfr
cac0417ea8 unbreak lang/haxe by building OCaml BDEPS with the port
builds and runs fine on amd64
builds fine for bcallah@, too, who also pointed out missing BDP devel/dune
thanks!
2020-02-22 02:36:28 +00:00
thfr
c0711f6b9d mark BROKEN until dependencies have been addressed properly 2020-01-19 18:52:55 +00:00
thfr
64d508510a import lang/haxe
ok abieber@

DESCR:
Haxe consists of a high-level, open source programming language and a compiler.
It allows compilation of programs, written using an ECMAScript-oriented syntax,
to multiple target languages. Employing proper abstraction, it is possible to
maintain a single code-base which compiles to multiple targets.

Haxe is strongly typed but the typing system can be subverted where required.
Utilizing type information, the Haxe type system can detect errors at
compile-time which would only be noticeable at run-time in the target language.
Furthermore, type information can be used by the compiler to generate optimized
and robust code.
2020-01-18 00:31:05 +00:00