name: IPv6DB version: 0.2.3 synopsis: A RESTful Web Service for IPv6-related data description: IPv6DB is a RESTful microservice using Redis as backend to store lists of IPv6 addresses and attach to each of them any valuable data in a schema-free valid JSON value. Each resource can be permanent or TTLed. homepage: http://ipv6db.cybervisible.com license: BSD3 license-file: LICENSE author: Michel Boucey maintainer: michel.boucey@cybervisible.fr copyright: (c) 2017 - Michel Boucey category: network, database build-type: Simple cabal-version: >=1.10 extra-source-files: README.md , IPv6DB_APIv1.md Source-Repository head Type: git Location: https://github.com/MichelBoucey/IPv6DB.git library hs-source-dirs: src exposed-modules: Network.IPv6DB.Types build-depends: aeson >= 0.11.2 && < 1.3 , attoparsec >= 0.13.1.0 && < 0.14 , base >= 4.9.0 && < 5.0 , bytestring >= 0.10.6 && < 0.11 , IPv6Addr >= 1.0.0 && < 1.1.0 , hedis >= 0.9.4 && < 0.10 , http-types >= 0.9.1 && < 0.11 , unordered-containers >= 0.2.7.2 && < 0.2.9 , mtl >= 2.2.1 && < 2.3 , text >= 1.2.2 && < 1.3 , vector >= 0.11.0.0 && < 0.13 default-language: Haskell2010 executable ipv6db hs-source-dirs: app main-is: Main.hs other-modules: Options , Queries , Types build-depends: aeson >= 0.11.2 && < 1.3 , base >= 4.9.0 && < 5.0 , bytestring >= 0.10.6 && < 0.11 , fast-logger >= 2.4.8 && < 2.5 , IPv6Addr >= 1.0.0 && < 1.1.0 , IPv6DB , hedis >= 0.9.4 && < 0.10 , http-types >= 0.9.1 && < 0.11 , unordered-containers >= 0.2.7.2 && < 0.2.9 , mtl >= 2.2.1 && < 2.3 , optparse-applicative >= 0.12.1.0 && < 0.15 , text >= 1.2.2 && < 1.3 , vector >= 0.11.0.0 && < 0.13 , wai >= 3.2.1 && < 3.3 , wai-logger >= 2.3.0 && <2.4 , warp >= 3.2.9 && < 3.3 default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall test-suite tests type: exitcode-stdio-1.0 hs-source-dirs: tests main-is: hspec.hs build-depends: aeson >= 0.11.2 && < 1.3 , hspec >= 2.1.10 && < 2.5 , base >= 4.8 && < 5 , IPv6DB , vector >= 0.11.0.0 && < 0.13 , http-client >= 0.4.31.2 && < 0.6 , http-types >= 0.9.1 && < 0.11 default-language: Haskell2010