aaa 0.3.0, aaa_texts 0.3.0, texts 0.1.0 (#1439)
* Add manifests for aaa=0.3.0 aaa_texts=0.3.0 * Add texts=0.1
This commit is contained in:
committed by
GitHub
parent
484b9f5750
commit
0a27d940a7
@@ -0,0 +1,36 @@
|
|||||||
|
name = "aaa"
|
||||||
|
version = "0.3.0"
|
||||||
|
description = "Alex's Ada Assortment (of miscellaneous utilities)"
|
||||||
|
|
||||||
|
long-description = """
|
||||||
|
Alex's Ada Assortment of Utilities
|
||||||
|
|
||||||
|
- Text formatting (paragraphs, tables).
|
||||||
|
- Indefinite containers.
|
||||||
|
- Enumeration validity/conversions of string images.
|
||||||
|
- On-demand stack backtraces.
|
||||||
|
- String containers and utilities.
|
||||||
|
- Simple subprocess spawning.
|
||||||
|
- Write-through minimal cache for objects stored in files
|
||||||
|
"""
|
||||||
|
|
||||||
|
authors = ["Alejandro R. Mosteo"]
|
||||||
|
licenses = "LGPL-3.0-only"
|
||||||
|
maintainers = ["alejandro@mosteo.com"]
|
||||||
|
maintainers-logins = ["mosteo"]
|
||||||
|
tags = ["miscellanea", "utility"]
|
||||||
|
website = "https://github.com/mosteo/aaa"
|
||||||
|
|
||||||
|
[[actions]]
|
||||||
|
type = "test"
|
||||||
|
directory = "tests"
|
||||||
|
command = ["alr", "build"]
|
||||||
|
|
||||||
|
# [test]
|
||||||
|
# runner = "alire"
|
||||||
|
|
||||||
|
[origin]
|
||||||
|
commit = "7bfebd18eb1c9a7eb283ec1a8a05009449239c88"
|
||||||
|
subdir = "./aaa_base/"
|
||||||
|
url = "git+https://github.com/mosteo/aaa.git"
|
||||||
|
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
name = "aaa_texts"
|
||||||
|
description = "Utilities to deal with enriched human texts (ANSI, Unicode)"
|
||||||
|
version = "0.3.0"
|
||||||
|
|
||||||
|
authors = ["Alejandro R. Mosteo"]
|
||||||
|
maintainers = ["Alejandro R. Mosteo <alejandro@mosteo.com>"]
|
||||||
|
maintainers-logins = ["mosteo"]
|
||||||
|
licenses = "LGPL-3.0-only"
|
||||||
|
website = "https://github.com/mosteo/aaa"
|
||||||
|
tags = ["unicode", "ansi", "console", "terminal", "tables"]
|
||||||
|
|
||||||
|
[[depends-on]]
|
||||||
|
aaa = "~0.3.0"
|
||||||
|
ansiada = "^1.1.0"
|
||||||
|
lml = "~0.1.0"
|
||||||
|
umwi = "~0.1.0"
|
||||||
|
|
||||||
|
# [test]
|
||||||
|
# runner = "alire"
|
||||||
|
|
||||||
|
[origin]
|
||||||
|
commit = "7bfebd18eb1c9a7eb283ec1a8a05009449239c88"
|
||||||
|
subdir = "./aaa_texts/"
|
||||||
|
url = "git+https://github.com/mosteo/aaa.git"
|
||||||
|
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
name = "texts"
|
||||||
|
description = "A no-frills library to deal with Unicode texts in Ada 2012"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
||||||
|
authors = ["Alejandro R. Mosteo"]
|
||||||
|
maintainers = ["Alejandro R. Mosteo <amosteo@unizar.es>"]
|
||||||
|
maintainers-logins = ["mosteo"]
|
||||||
|
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
|
||||||
|
website = ""
|
||||||
|
tags = ["text", "unicode", "utf", "encoding"]
|
||||||
|
|
||||||
|
[build-switches]
|
||||||
|
"*".Ada_Version = "Ada12"
|
||||||
|
|
||||||
|
[[depends-on]]
|
||||||
|
aaa = "~0.3"
|
||||||
|
umwi = "~0.1"
|
||||||
|
|
||||||
|
# [test]
|
||||||
|
# runner = "alire"
|
||||||
|
|
||||||
|
[origin]
|
||||||
|
commit = "db89994b470bd5070ac8458f6610bd48264340f9"
|
||||||
|
url = "git+https://github.com/mosteo/texts.git"
|
||||||
|
|
||||||
Reference in New Issue
Block a user