Skip to content

Haskell library for reading TOML and easily querying it

License

Notifications You must be signed in to change notification settings

pliosoft/toml-parse

Repository files navigation

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.

About

Haskell library for reading TOML and easily querying it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published