name: jsonifier version: 0.1.0.6 synopsis: Fast and simple JSON encoding toolkit description: Minimalistic library for encoding JSON directly to strict bytestring, which is up to 3x faster than \"aeson\". . For introduction, benchmark results and demo please skip to Readme. category: JSON homepage: https://github.com/nikita-volkov/jsonifier bug-reports: https://github.com/nikita-volkov/jsonifier/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2020 Nikita Volkov license: MIT license-file: LICENSE build-type: Simple cabal-version: >=1.10 extra-source-files: README.md samples/*.json source-repository head type: git location: git://github.com/nikita-volkov/jsonifier.git library hs-source-dirs: library default-extensions: BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, InstanceSigs, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, StrictData, TemplateHaskell, TupleSections, TypeApplications, TypeFamilies, TypeOperators, UnboxedTuples, ViewPatterns default-language: Haskell2010 exposed-modules: Jsonifier other-modules: Jsonifier.Size Jsonifier.Ffi Jsonifier.Poke Jsonifier.Prelude Jsonifier.Write c-sources: cbits/json_allocation.c cbits/json_encoding.c build-depends: base >=4.11 && <5, bytestring >=0.10.10 && <0.12, ptr-poker >=0.1.1.3 && <0.2, scientific >=0.3.6.2 && <0.4, text >=1 && <2 test-suite demo type: exitcode-stdio-1.0 hs-source-dirs: demo main-is: Main.hs default-language: Haskell2010 build-depends: jsonifier, rerebase test-suite test type: exitcode-stdio-1.0 hs-source-dirs: test default-extensions: BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, InstanceSigs, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, StrictData, TemplateHaskell, TupleSections, TypeApplications, TypeFamilies, TypeOperators, UnboxedTuples, ViewPatterns default-language: Haskell2010 main-is: Main.hs other-modules: Main.Util.HedgehogGens build-depends: aeson >=1.4.7.1 && <2, hedgehog >=1.0.3 && <2, jsonifier, numeric-limits >=0.1 && <0.2, rerebase >=1.10.0.1 && <2 benchmark bench type: exitcode-stdio-1.0 hs-source-dirs: bench main-is: Main.hs other-modules: Main.Aeson Main.BufferBuilder Main.Jsonifier Main.Model ghc-options: -O2 -threaded "-with-rtsopts=-N" default-extensions: BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, InstanceSigs, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, StrictData, TemplateHaskell, TupleSections, TypeApplications, TypeFamilies, TypeOperators, UnboxedTuples, ViewPatterns default-language: Haskell2010 build-depends: aeson >=1.5.4.1 && <1.6, buffer-builder >=0.2.4.7 && <0.3, gauge >=0.2.5 && <0.3, jsonifier, rerebase >=1.10.0.1 && <2, text-builder >=0.6.6.1 && <0.7