@esy-ocaml/bs-platform

v2.0.2
bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support
ocaml bucklescript stdlib functional programming

test

go build -o test.exe scripts/test.go && ./test.exe

test-theme

go run scripts/test.go -no-install-global -no-ounit -no-mocha -no-bsb

test-bsb

go run scripts/test.go -no-install-global -no-ounit -no-mocha -no-theme

test-ocaml

go run scripts/test.go -no-install-global -no-mocha -no-theme -no-bsb

cover

istanbul cover --report html ./node_modules/.bin/_mocha -- ./jscomp/test/**/*test.js && open coverage/index.html

coverage

istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- './jscomp/test/*test.js'

coveralls

npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info

postinstall

node scripts/install.js
npm i @esy-ocaml/[email protected]

Metadata

Downloads