Language-specific package helpers: Difference between revisions

From NixOS Wiki
imported>Mic92
No edit summary
imported>Mic92
added more rust helper
Line 44: Line 44:
* [https://github.com/manveru/bundix bundix]
* [https://github.com/manveru/bundix bundix]


=== Rust ===
=== Rust ===]
* [https://github.com/nmattia/naersk naersk]
* [https://github.com/kolloch/crate2nix crate2nix]
* [https://pijul.org/2017/12/12/buildrustcrate/ carnix] [https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md#compiling-rust-crates-using-nix-instead-of-cargo documentation] - Recommend by community, also integrated into nixpkgs.
* [https://pijul.org/2017/12/12/buildrustcrate/ carnix] [https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md#compiling-rust-crates-using-nix-instead-of-cargo documentation] - Recommend by community, also integrated into nixpkgs.
* [https://github.com/williamyaoh/cratesio2nix cratesio2nix]
* [https://github.com/williamyaoh/cratesio2nix cratesio2nix]

Revision as of 17:11, 11 February 2020

The official overview can be found in the nixpkgs manual.

Elisp

Erlang

Go

Haskell

JavaScript / Node.js

Lua

OCaml

Perl

Python

Ruby

=== Rust ===]

Scala