Skip to content

3.2.0 Release

Latest
Compare
Choose a tag to compare
@bsansouci bsansouci released this 09 Jun 02:05
· 917 commits to master since this release

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 future linker-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 call gcc only), so no need to use "c-static-library
  • conditional compilation per os with #if OS_TYPE = "Darwin" (see bottom of README.md)

Fixes:

  • #47 broken incremental build
  • .merlin generation fix
  • #44 match the new refmt