Better meta-information

This commit is contained in:
Gregor Kleen 2017-10-10 04:24:44 +02:00
parent f6d64581cf
commit 32c8d4e76f
3 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: cryptoids-types
description: Shared types for encrypting internal object identifiers before exposing them in public facing apis
synopsis: Shared types for encrypting internal object identifiers before exposure
version: 0.0.0
license: BSD3
license-file: LICENSE
@ -8,6 +8,11 @@ maintainer: aethoago@141.li
category: Web
build-type: Simple
cabal-version: >=1.10
homepage: https://git.rheperire.org/cryptoids.git
source-repository head
type: git
location: git://git.rheperire.org/cryptoids.git
subdir: cryptoids-types
library
exposed-modules: Data.CryptoID

View File

@ -13,6 +13,11 @@ maintainer: aethoago@141.li
category: cryptography
build-type: Simple
cabal-version: >=1.10
homepage: https://git.rheperire.org/cryptoids.git
source-repository head
type: git
location: git://git.rheperire.org/cryptoids.git
subdir: cryptoids
library
exposed-modules: Data.CryptoID.Poly

View File

@ -13,6 +13,11 @@ maintainer: aethoago@141.li
category: cryptography
build-type: Simple
cabal-version: >=1.10
homepage: https://git.rheperire.org/cryptoids.git
source-repository head
type: git
location: git://git.rheperire.org/cryptoids.git
subdir: uuid-crypto
library
exposed-modules: Data.UUID.Cryptographic