felix 0.1.0, blake2s 0.1.1 (#301)

* blake2s: Update enabling optimizations, disabling development flags

* Add felix 0.1.0
This commit is contained in:
Lev Kujawski
2021-07-22 04:38:57 -06:00
committed by GitHub
parent ed203cb5ae
commit 132301e488
2 changed files with 35 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
name = "blake2s"
description = "SPARK83 implementation of the BLAKE2s hash function"
version = "0.1.1"
authors = ["Lev Kujawski"]
maintainers = ["Lev Kujawski <int21h@mailbox.org>"]
maintainers-logins = ["lkujaw"]
licenses = "MIT-0"
website = "https://github.com/lkujaw/blake2s"
tags = ["ada1987", "spark", "hash", "blake2", "blake2s"]
[origin]
commit = "dfd349378dca21ca354a6f6858ab9d623c7a949e"
url = "git+https://github.com/lkujaw/blake2s.git"
+20
View File
@@ -0,0 +1,20 @@
name = "felix"
description = "X/Open Native Language System (NLS) for Ada"
version = "0.1.0"
authors = ["Lev Kujawski"]
maintainers = ["Lev Kujawski <int21h@mailbox.org>"]
maintainers-logins = ["lkujaw"]
licenses = "MIT-0"
website = "https://github.com/lkujaw/felix"
tags = ["ada1995", "i18n", "nls",
"localization", "localisation", "l10n"]
# The underlying interface is dependent upon the Unix C library.
[available.'case(os)']
'windows' = false
[origin]
commit = "6b030f1b7fa20684ff06a146f3b48e43bd8bdfd3"
url = "git+https://github.com/lkujaw/felix.git"