|
package SE renames Ada.Streams; |
Because of the dependency on Ada.Streams this project is not usable in embedded projects (the package is not available on constrained run-times).
If you replace it with System.Storage_Elements (Storray_Offset, Storage_Array, etc.) it will be more portable.
cbor_ada/src/cbor.ads
Line 27 in 4e57860
Because of the dependency on
Ada.Streamsthis project is not usable in embedded projects (the package is not available on constrained run-times).If you replace it with
System.Storage_Elements(Storray_Offset,Storage_Array, etc.) it will be more portable.