pliosoft / toml-parse

Haskell library for reading TOML and easily querying it
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link
haskell haskell-library toml

toml-parse

Haskell library for reading TOML and easily querying it via either a string query or via lenses.

Build Status

WARNING: This is still heavily-in-progress code

Pliosoft is in the process of becoming a Haskell-centric open source company, and so we are replacing internal libraries with open source alternatives. Please feel free to contribute.

Alternatives:

There are several existing TOML libraries for haskell already:

We came close to adopting htoml, but we found it important to have a good way to query parsed documents, and it was quite difficult to retrofit that for us.

toml-test

To run the BurntSushi tests:

git submodule update --init

To clone the test files to the toml-test directory. These will now be picked up by the BurntSushiSpec file and run as part of stack test.