Created the OCaml section and added opam2nix (#162)

* Created the OCaml section and added opam2nix

* Update README.md

* Updating table of contents
This commit is contained in:
Ameya Deshmukh 2023-04-16 23:00:07 +05:30 committed by GitHub
parent 6ba1895077
commit 218bb69fcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@
* [Elm](#elm)
* [Haskell](#haskell)
* [Node.js](#nodejs)
* [OCaml](#ocaml)
* [PHP](#php)
* [PureScript](#purescript)
* [Python](#python)
@ -172,6 +173,10 @@
* [node2nix](https://github.com/svanderburg/node2nix) - Generate Nix expression from a `package.json` (or `package-lock.json`) (to be stored as files).
* [npmlock2nix](https://github.com/nix-community/npmlock2nix) - Generate Nix expressions from a `package-lock.json` (in-memory), primarily for web projects.
### OCaml
* [opam2nix](https://github.com/timbertson/opam2nix) - Generate Nix expressions from opam packages.
### PHP
* [composer2nix](https://github.com/svanderburg/composer2nix) - Generate Nix expressions to build composer packages.