The Simple components for Ada library provides implementations of smart pointers for automatically collected objects (using reference counting), object persistence, unbounded and bounded arrays of smart pointers, generic unbounded arrays of private objects and plain pointers, generic sets, maps, arbitrary precision arithmetic, B-trees, directed graphs, directed weighted graphs, stacks, and storage pools. It also includes table management, string editing, IEEE 754 support, and infix expression parsing tools. Implementations of some lock-free shared data structures are provided.
Features
- Ada 95, 2005, 2012 compliant
- Arbitrary precision arithmetic
- ASN.1 implementation, no code generator used
- B-trees in-memory and externally held
- Chebyshev series
- Doubly-linked webs and lists
- Lock-free blackboards
- Graphs (directed, weighted, acyclic, trees)
- Events (plain, pulse, array of)
- HTTP implementation, socket-select based for massive connections number
- Lock-free FIFO
- IEEE 754 portable encoding and decoding
- Interprocess RPC, memory pools, mutexes, events
- JSON parser
- LDAP client and server
- MODBUS stack
- MQTT stack and full broker implementation
- Multiple connection TCP servers
- Primality tests, Montgomery domain, Barret reduction
- Protable mutexes
- Reference counted objects and handles to
- ODBC bindings
- SQLite3 bindings
- Persistency layer, supporting objects with dependencies
- Sets and maps
- Stacks
- Storage pools implementations
- Streams implementations, String-backed, in-memory streams
- Table-driven parsers
- Tables for Ada and Strings Edit for Ada libraries are included
- Unbounded arrays and unbounded arrays of pointers
- X.509 certificates
- Examples (full Ada 95 expression parser, calculator etc)
License
Creative Commons Attribution ShareAlike License V3.0Follow Simple components for Ada
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Top quality and portable! The modest name (Simple components) hides actually a large collection of full-featured libraries (including a Web server!) I use only a fraction of - well, probably a larger part than I am aware of... The Simple components are used in at least two other SF projects: GNOGA and Excel Writer. They are surely used in many other Ada OSS projects, and of course in many Ada projects generally.