bs-emotion
BuckleScript bindings to Emotion (by ahrefs)
sedlex
An OCaml lexer generator for Unicode (by ocaml-community)
bs-emotion | sedlex | |
---|---|---|
1 | 2 | |
125 | 249 | |
- | 1.6% | |
0.0 | 5.2 | |
almost 2 years ago | 15 days ago | |
Reason | OCaml | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bs-emotion
Posts with mentions or reviews of bs-emotion.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2020-10-12.
-
query-json: A story of cross-compilation with Reason
I had a little idea about the theory, but very vague and useless and was the righ time to learn more since I created styled-ppx which is a ppx (Pre*Processor Ex*tension) that allows CSS-in-Reason/OCaml. Needs to parse the CSS and have a backend that compiles to bs-emotion.
sedlex
Posts with mentions or reviews of sedlex.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-29.
-
Tsonnet #1 - JSON literals
Disclaimer: it's worth noting that ocamllex is not unicode friendly. I want Tsonnet to support unicode, but I'm postponing this complexity for later. Perhaps using the sedlex package for that.
-
query-json: A story of cross-compilation with Reason
Started with the goal to create something useful and learn during the process. Was very interested in learning about how to write parsers and compilers using the OCaml stack: menhir and sedlex, compile it to any architecture and try to compile it to JavaScript.
What are some alternatives?
When comparing bs-emotion and sedlex you can also consider the following projects:
jsoo-react - js_of_ocaml bindings for ReactJS. Based on ReasonReact.
yojson - Low-level JSON parsing and pretty-printing library for OCaml
query-json - Faster, simpler and more portable implementation of `jq` in Reason
js_of_ocaml - Compiler from OCaml to Javascript.