Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@elliottcable/bs-uchar
Advanced tools
`bs-uchar` ---------- This is the Uchar compatibility library from OCaml 4.03, backported to OCaml 4.02, and thus [BuckleScript][] (an OCaml-to-JavaScript compiler, forked from OCaml 4.02.3) and [Reason][] (an alternative OCaml syntax targeting that compi
bs-uchar
This is the Uchar compatibility library from OCaml 4.03, backported to OCaml 4.02, and thus BuckleScript (an OCaml-to-JavaScript compiler, forked from OCaml 4.02.3) and Reason (an alternative OCaml syntax targeting that compiler.)
You can safely ignore the installation instructions below when compiling to JS. Instead:
Install this fork through npm:
npm install --save @elliottcable/bs-uchar
Manually add bs-uchar
to your bsconfig.json
's
bs-dependencies
:
"bs-dependencies": [
...
"@elliottcable/bs-uchar"
],
Use Uchar.t
!
Release %%VERSION%%
The uchar
package provides a compatibility library for the
Uchar
module introduced in OCaml 4.03.
The uchar
package is distributed under the license of the OCaml
compiler. See LICENSE for details.
Home page: https://ocaml.github.io/uchar/
Contact: Daniel Bünzli <daniel.buenzl i@erratique.ch>
Uchar can be installed with opam
:
opam install uchar
If you don't use opam
consult the opam
file for build
instructions.
Since OCaml 4.03 you can find the module in the documentation of the standard library. Before this you can consult this page.
The file test/testpkg.ml
can be used to test the compilation of the
package. Once the package is installed the following invocation
should succeed both before and after 4.03
ocamlbuild -X src -use-ocamlfind -pkg uchar test/testpkg.native
FAQs
`bs-uchar` ---------- This is the Uchar compatibility library from OCaml 4.03, backported to OCaml 4.02, and thus [BuckleScript][] (an OCaml-to-JavaScript compiler, forked from OCaml 4.02.3) and [Reason][] (an alternative OCaml syntax targeting that compi
The npm package @elliottcable/bs-uchar receives a total of 1 weekly downloads. As such, @elliottcable/bs-uchar popularity was classified as not popular.
We found that @elliottcable/bs-uchar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.