mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 07:44:13 +00:00
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:
parent
6ba1895077
commit
218bb69fcc
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue