@hackage language-nix2.3.0

Data types and functions to represent the Nix language

language-nix

hackage release stackage LTS package stackage Nightly package travis build status

This Haskell library contains data types and useful functions to represent and manipulate the Nix language. It is used by tooling like cabal2nix and is not meant to be a general purpose nix parser or even interpreter. Have a look at hnix (in Haskell) or nix (the original in C++) instead.