@hackage / language-nix

Data types and functions to represent the Nix language

Latest2.3.0

About

Metadata

  • Last updated , by sternenseemann
  • License BSD-3-Clause
  • Categories Package Distribution
  • Maintained by: simons@cryp.to

  • Lottery factor: 4

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.2
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8
  6. 9.2.8
  7. 9.0.2
  8. 8.10.7

Readme

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.