amalthea 1.8.0
Linux-specific general purpose library
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
The Amalthea Library is free software. This library is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
Official repository: https://codeberg.org/os-18/amalthea
Mirror: https://gitlab.com/os-18/amalthea
Amalthea
Amalthea is a small general Linux-specific library for the D programming language. It provides a few useful functions.
Library documentation: https://os-18.codeberg.page/amalthea/
Ready-made packages
The page contains information about installing several packages, including Amalthea.
Build from source
Preparing
You must have at least one of these compilers:
Also the library needs libgio-2.0 and libglib-2.0. Most likely, these libraries are already on your system.
Compilation and installation
Building static and dynamic-link libraries for the ldc2 compiler (by default):
make
Installation:
make install
After that, the library for ldc2 is ready for use.
You can install the library to any other directory:
make install DESTDIR=/home/$USER/sandbox
Uninstalling:
make uninstall
If you installed to an alternative directory:
make uninstall DESTDIR=/home/$USER/sandbox
Other compilers
Compiler by default is ldc2. You can choose other compiler (for example, dmd):
make DC=dmd
Installing:
make install DC=dmd
Uninstalling:
make uninstall DC=dmd
Feedback
Questions, suggestions, comments, bugs:
Also use the repository service tools.
- Registered by Eugene 'Vindex' Stulin
- 1.8.0 released 23 days ago
- os-18/amalthea
- BSL-1.0 or LGPL-3.0+
- Copyright © 2018-2024, Eugene 'Vindex' Stulin
- Authors:
- Dependencies:
- none
- Versions:
-
1.8.0 2024-Oct-26 1.7.1 2024-Jun-17 1.7.0 2024-Jun-16 1.6.0 2024-Jan-24 1.5.0 2023-Oct-09 - Download Stats:
-
-
0 downloads today
-
1 downloads this week
-
1 downloads this month
-
42 downloads total
-
- Score:
- 0.0
- Short URL:
- amalthea.dub.pm