From 132301e488b1b867975538e44474b731c7489162 Mon Sep 17 00:00:00 2001 From: Lev Kujawski Date: Thu, 22 Jul 2021 04:38:57 -0600 Subject: [PATCH] felix 0.1.0, blake2s 0.1.1 (#301) * blake2s: Update enabling optimizations, disabling development flags * Add felix 0.1.0 --- index/bl/blake2s/blake2s-0.1.1.toml | 15 +++++++++++++++ index/fe/felix/felix-0.1.0.toml | 20 ++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 index/bl/blake2s/blake2s-0.1.1.toml create mode 100644 index/fe/felix/felix-0.1.0.toml diff --git a/index/bl/blake2s/blake2s-0.1.1.toml b/index/bl/blake2s/blake2s-0.1.1.toml new file mode 100644 index 00000000..2bc15887 --- /dev/null +++ b/index/bl/blake2s/blake2s-0.1.1.toml @@ -0,0 +1,15 @@ +name = "blake2s" +description = "SPARK83 implementation of the BLAKE2s hash function" +version = "0.1.1" + +authors = ["Lev Kujawski"] +maintainers = ["Lev Kujawski "] +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" + diff --git a/index/fe/felix/felix-0.1.0.toml b/index/fe/felix/felix-0.1.0.toml new file mode 100644 index 00000000..efa3cb80 --- /dev/null +++ b/index/fe/felix/felix-0.1.0.toml @@ -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 "] +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" +