IABSD.fr/ports/lang/haxe/distinfo

Branch :


Log

Author Commit Date CI Message
161289b2 2025-02-17 14:38:16 Enable haxe again which now uses opam-module(5) for dependencies. With help from chrisz@ and semarie@, ok semarie
1f2d458d 2023-09-07 03:48:52 send lang/haxe to the attic - it has been broken for a long time. Future attempts should be prepared to deal with obtuse ocaml dependencies and a build system intransparently trying to fetch remote sources during the build process. ok daniel@
cac0417e 2020-02-22 02:36:28 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!
64d50851 2020-01-18 00:31:05 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.