
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
fb-bs-platform
Advanced tools
bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support
BuckleScript: A JavaScript backend for OCaml focused on smooth integration and clean generated code.
Please see the documentation site.
See CONTRIBUTING.md.
ninja
is a truly well engineered scalable build toolSee COPYING and COPYING.LESSER
The ocaml
directory contains the official OCaml compiler (version 4.02.3).
Refer to its copyright and license notices for information about its licensing.
The ninja-build
directory contains the official ninja-build (version 1.7.2).
Refer to its copyright and license notices for information about its licensing.
BuckleScript builds on parts of js_of_ocaml:
jscomp/core/js_dump.ml
(pretty printer)jscomp/runtime
BuckleScript builds on parts of OCaml:
These modules were adapted from ocaml/bytecomp/simplif.ml
for
JavaScript specific optimization purposes.
jscomp/core/js_main.ml
is adapted from ocaml/driver/main.ml
. It is not
actively used but demonstrates that it is easy to assemble a whole compiler using the OCaml compiler
libraries. It also shows how to add more compilation flags to a JS backend.
jscomp/stdlib
is copied from ocaml/stdlib
. It is compiled to JavaScript and
included with BuckleScript.
jscomp/test
is based on ocaml/testsuite
.
BuckleScript unittest builds on parts of OUnit
jscomp/ounit
is adapted from ounit, the unit test
utilities are only used for dev purpose, they are not required for distributionFAQs
bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support
We found that fb-bs-platform demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.