Skip to content

Commit db3a119

Browse files
committed
devkit / bindings
1 parent 3415a0e commit db3a119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/success_stories/ahrefs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ Ahrefs’ journey with OCaml provides valuable insights for other companies cons
5858
1. **Embrace Simplicity:** OCaml’s type system is intuitive yet powerful, enabling developers to build expressive and reliable applications without unnecessary complexity.
5959
2. **Invest in Learning:** Training the team in OCaml is essential but rewarding. Tools like the Melange playground can make the onboarding process smoother and more approachable.
6060
3. **Build Tailored Solutions:** By leveraging OCaml’s expressiveness, Ahrefs avoided generic frameworks in favor of custom-built solutions that addressed their unique needs. While this approach requires more ownership, it results in greater efficiency and precision.
61-
4. **Anticipate Challenges with Bindings:** Writing bindings can be complex, but resources from the Melange community simplify this process.
61+
4. **You Will need to Write Bindings:** Writing bindings can be complex, but resources from the community simplify this process.
6262
5. **Adopt Gradually:** Starting with small contributions to libraries or limited integrations can help teams build confidence before transitioning fully to OCaml.
6363

6464
## Open Source
6565

6666
Ahrefs is proud to support the OCaml ecosystem by contributing tools and libraries that benefit the broader community. These contributions include:
6767

6868
- **[Melange Recharts](https://github.com/ahrefs/melange-recharts):** Recharts bindings for Melange.
69-
- **[Ahrefs DevKit](https://github.com/ahrefs/devkit):** A suite of internal tools and utilities.
69+
- **[Ahrefs DevKit](https://github.com/ahrefs/devkit):** Tools and utilities for writing applications.
7070
- **[Melange Bindings](https://github.com/melange-community/bindings):** A community-driven resource for bindings.
7171
- **[Melange JSON PPX](https://github.com/ahrefs/melange-json-ppx):** A replacement for the ATD runtime in BuckleScript.
7272
- **[OCaml Community Tools](https://github.com/ocaml-community):** Contributions to widely used tools like `ocurl` and `ocaml-mariadb`.

0 commit comments

Comments
 (0)