Index / utilada / 2.0.0
source
utilada
2.0.0
Utility Library with streams, processes, logs, serialization, encoders
2.0.0
This Ada05 library contains various utility packages for building
Ada05 applications. This includes:
A logging framework close to Java log4j framework,
Support for properties
A serialization/deserialization framework for XML, JSON, CSV
Ada beans framework
Encoding/decoding framework (Base16, Base64, SHA, HMAC-SHA, AES-256)
A composing stream framework (raw, files, buffers, pipes, sockets)
Several concurrency tools (reference counters, counters, pools, fifos, arrays)
Process creation and pipes
Support for loading shared libraries (on Windows or Unix)
HTTP client library on top of CURL or AWS
Ada Util also provides a small test utility library on top of
Ahven or AUnit to help in writing unit tests. Ahven is the default testing
framework as it provides better reports.
Documentation
Authors Stephane.Carrez@gmail.com
Maintainers Stephane.Carrez@gmail.com
Licenses Apache-2.0
Tags logging, processes, streams, json, beans, encoders, decoders
Project files .alire/utilada_conf.gpr, utilada_core.gpr, utilada_base.gpr, utilada_sys.gpr
Manifest index/ut/utilada/utilada-2.0.0.toml
Build and platform metadata 3 fields
GPR externals {
"BUILD": [
"distrib",
"debug",
"optimize",
"profile",
"coverage"
],
"UTIL_LIBRARY_TYPE": [
"relocatable",
"static",
"static-pic"
],
"UTIL_OS": [
"win32",
"win64",
"linux32",
"linux64",
"macos64",
"netbsd32",
"netbsd64",
"freebsd32",
"freebsd64"
]
}GPR values {
"BUILD": "distrib",
"UTIL_LIBRARY_TYPE": "static",
"case(os)": {
"linux": {
"case(word-size)": {
"bits-32": {
"UTIL_OS": "linux32"
},
"bits-64": {
"UTIL_OS": "linux64"
}
}
},
"macos": {
"UTIL_OS": "macos64"
},
"windows": {
"case(word-size)": {
"bits-32": {
"UTIL_OS": "win32"
},
"bits-64": {
"UTIL_OS": "win64"
}
}
}
}
}Additional origin data {
"hashes": [
"sha512:5e0a1f543d903a4d52e7f7fce233f3459e429b81c6c880c9ed6d7e89e0ac202f9394d4d316f3741772972a72c19f5a7ede0230674e2239b300465e0997ddbe64"
]
}
Dependencies
No package dependencies declared.
Complete manifest as JSON