Skip to content

Releases: bsansouci/bsb-native

3.2.0 Release

09 Jun 02:05
Compare
Choose a tag to compare

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

2.1.1 Binary Release

26 Dec 07:02
Compare
Choose a tag to compare

Pre-built binaries for v2.1.1 for linux, osx and windows.

1.9.4

11 Jan 23:15
Compare
Choose a tag to compare
Also expose berror