New release of bsb-native.
Features:
- All of belt for native
- bs.deriving abstract
- bs.optional (in conjunction with bs.deriving abtract)
- in-project ppx support (see bottom of
README.md
) - #42 allow passing ocaml linker flags (with
ocaml-linker-flags
, in contrast with maybe a futurelinker-flags
that bsb could add) - #38 allow naming executables
- allow an array for the
"backend"
field in"entries"
- automatically link artifacts generated from
build_script.re
(when you callgcc
only), so no need to use"c-static-library
- conditional compilation per os with
#if OS_TYPE = "Darwin"
(see bottom ofREADME.md
)
Fixes: