bs-emotion
BuckleScript bindings to Emotion (by ahrefs)
yojson
Low-level JSON parsing and pretty-printing library for OCaml (by ocaml-community)
bs-emotion | yojson | |
---|---|---|
1 | 2 | |
125 | 336 | |
- | 1.5% | |
0.0 | 8.1 | |
almost 2 years ago | 9 months ago | |
Reason | OCaml | |
MIT License | BSD 3-clause "New" or "Revised" 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.
yojson
Posts with mentions or reviews of yojson.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2020-10-12.
-
Tsonnet #5 - Pretty-printing JSON
Yojson is a pretty common choice for parsing JSON in OCaml.
-
query-json: A story of cross-compilation with Reason
js_of_ocaml is a compiler that can be plugged to the OCaml's one and It makes it possible to run pure OCaml programs into JavaScript. As you can see, query-json uses menhir, sedlex and yojson
What are some alternatives?
When comparing bs-emotion and yojson you can also consider the following projects:
jsoo-react - js_of_ocaml bindings for ReactJS. Based on ReasonReact.
query-json - Faster, simpler and more portable implementation of `jq` in Reason
bs-json - Compositional JSON encode/decode library for BuckleScript
js_of_ocaml - Compiler from OCaml to Javascript.