About

Metadata

  • Last updated , by tarleb
  • License MIT
  • Categories FFI
  • Maintained by: Albert Krewinkel <tarleb@hslua.org>

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    rely-on-shared-lpeg-library (off by default)

    Do not build lpeg from source, but trust that lpeg is made available in other ways, e.g., through a system-wide installation. The loader will be replaced with a placeholder function that only emits a message.

Readme

lpeg – Parsing Expression Grammars For Lua

GitHub CI Hackage Stackage Lts Stackage Nightly MIT license

This package contains the C sources of LPeg, as well as some tiny Haskell helper to load the package.

See also the official LPeg homepage