name: oden-go-packages version: 0.1.0.3 synopsis: Provides Go package metadata. description: Provides a Haskell interface to the Go package importer, enabling querying Go packages for definitions and their types. homepage: http://oden-lang.org license: MIT license-file: LICENSE.md author: Oskar Wickström maintainer: Oskar Wickström copyright: Oskar Wickström category: Language Tools build-type: Custom extra-source-files: README.md, go/src/oden/packages/cmd/main.go, go/src/oden/packages/objects.go, go/src/oden/packages/types.go cabal-version: >=1.10 library exposed-modules: Oden.Go.Types, Oden.Go.Packages build-depends: base >=4.8 && <4.9, aeson >= 0.9, bytestring >= 0.10, containers >= 0.5, text == 1.*, unordered-containers >= 0.2 hs-source-dirs: src ghc-options: -fPIC -Wall build/libs/packages.a default-language: Haskell2010 source-repository head type: git location: https://github.com/oden/oden-go-packges