amalthea 1.0.1

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: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

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.

Main repository: 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.gitlab.io/docs/amalthea.html

Ready-made packages for ldc2

See download page.

Build from source

Preparing

You must have at least one of these compilers:

Support for the gdc compiler has been suspended due to severe obsolescence.

Building

Simple building and installing

Creating of static and dynamic 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 in any other directory:

$ make install DESTDIR=/home/$USER/sandbox

Uninstalling:

# make uninstall

If you installed in an alternative directory:

$ make uninstall DESTDIR=/home/$USER/sandbox

Specific building

Choose other compiler (for example, dmd):

$ make DC=dmd

Installing:

# make install DC=dmd

Uninstalling:

# make uninstall DC=dmd

Feedback

Questions, suggestions, comments, bugs:

[email protected]

Also use the repository service tools.

Authors:
  • Eugene 'Vindex' Stulin
Dependencies:
none
Versions:
1.6.0 2024-Jan-24
1.5.0 2023-Oct-09
1.4.0 2023-Mar-16
1.3.0 2022-Oct-20
1.2.1 2022-Sep-14
Show all 15 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 40 downloads total

Score:
0.0
Short URL:
amalthea.dub.pm