ReasonNativeProject icon indicating copy to clipboard operation
ReasonNativeProject copied to clipboard

Reason native compilation starter project

Results 18 ReasonNativeProject issues
Sort by recently updated
recently updated
newest added

This is an attempt to fix the travis ci that is failing on this repository

Hi there, It seems the workflow link changed in Reason website ### Reproduction link [https://github.com/reasonml/ReasonNativeProject/](https://github.com/reasonml/ReasonNativeProject/) [https://reasonml.github.io/guide/native/](https://reasonml.github.io/guide/native/) ### What is expected? Reason native page opens ### What is actually happening? Reason...

``` Error: Library "sub" is private, it cannot be a dependency of a public library. You need to give "sub" a public name. ```

Is there an way to automatically compile (and/or execute) this project whenever a file changes? Right now I'm using this script that uses watchman: https://github.com/robz/ReasonNativeProject/blob/master/watchit.sh Is there another/better way to...

Following the README, `make build` fails with: `make: jbuilder: Command not found` trying to install jbuilder with opam fails with: `[ERROR] jbuilder is not available because your system doesn't comply...

Readme says something about pkg folder which exists only in the Rudiplayground branch, not master branch. It would be nice to keep readme up to date.

I created another module with this ```reason module Demo = { let demo () => print_string "eooo"; }; ``` And I tried to use it ![screen shot 2017-06-02 at 9...

This PR aims at making this project simpler for newcomers to understand. Before this we used make to run ocamlbuild which built a topkg.ml file which we invoked and than...

This PR requires a minimum version of jbuilder: 1.0+beta9. This is the first version when reason was introduced.