Summary
This is a small library for working with changes to JSON documents. It includes a library and two command-line executables in the style of the diff(1) and patch(1) commands available on many systems.
Versions
v1.1.0.8 :: 0/1.1.0.8 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour profile test
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / doctest : Test interactive Haskell examples
dev-haskell / edit-distance-vector : Calculate edit distances and edit scripts between vectors
dev-haskell / glob : Globbing library
dev-haskell / hashable : A class for types that can be converted to a hash value
dev-haskell / hlint : Source code suggestions
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / optparse-applicative : Utilities and combinators for parsing command line options
dev-haskell / quickcheck : Automatic testing of Haskell programs
dev-haskell / quickcheck-instances : Common quickcheck instances
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / unordered-containers : Efficient hashing-based container types
dev-haskell / vector : Efficient Arrays
Runtime Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / edit-distance-vector : Calculate edit distances and edit scripts between vectors
dev-haskell / hashable : A class for types that can be converted to a hash value
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / optparse-applicative : Utilities and combinators for parsing command line options
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / unordered-containers : Efficient hashing-based container types
dev-haskell / vector : Efficient Arrays
Depending packages
dev-haskell / ipynb : Data structure for working with Jupyter notebooks (ipynb)
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
dev-haskell/aeson-diff: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>