Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mosteo/dl-ada
Minimal binding to libdl
https://github.com/mosteo/dl-ada
Last synced: about 2 months ago
JSON representation
Minimal binding to libdl
- Host: GitHub
- URL: https://github.com/mosteo/dl-ada
- Owner: mosteo
- License: lgpl-3.0
- Created: 2018-05-28T08:36:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T16:25:22.000Z (almost 4 years ago)
- Last Synced: 2024-07-31T20:45:02.757Z (5 months ago)
- Language: Ada
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ada - dl-ada - Minimal binding to libdl. (Libraries / Linux and POSIX)
README
# dl-ada
Minimal binding to libdl# Notes
The high-level binding relies on an autogenerated low-level one. The one already included is for a 64bits Linux. You may regenerate it with `regen.sh`.This project depends on the cstrings one. You can pull it as a git submodule, and compile with dl_build.gpr, or set up your environment with Alire.