my 0.0.1

A library collection of algorithms and data structures for personal


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:

mylib

mylib is a helper library with algorithms and data structures that I reuse in personal scripts and program.

It is made for my personal needs so if you use it be aware that it may change at any time. But well, the API will be pretty stable because changes to it leads to a multitude of my personal scripts and programs breaking.

Getting Started

mylib depends on the following software packages:

It is recommended to install the D compiler by downloading it from the official distribution page.

# link https://dlang.org/download.html
curl -fsS https://dlang.org/install.sh | bash -s dmd

For users running Ubuntu one of the dependencies can be installed with apt.

sudo apt install x

Download the D compiler of your choice, extract it and add to your PATH shell variable.

# example with an extracted DMD
export PATH=/path/to/dmd/linux/bin64/:$PATH

Once the dependencies are installed it is time to download the source code to install mylib.

git clone https://github.com/joakim-brannstrom/mylib.git
cd mylib
dub build -b release

Done! Have fun. Don't be shy to report any issue that you find.

Credit

TODO

Authors:
  • Joakim Brännström
Dependencies:
none
Versions:
0.0.40 2023-Jun-12
0.0.39 2023-Mar-19
0.0.38 2023-Feb-12
0.0.37 2022-Nov-28
0.0.36 2022-May-17
Show all 43 versions
Download Stats:
  • 0 downloads today

  • 1 downloads this week

  • 2 downloads this month

  • 368 downloads total

Score:
1.3
Short URL:
my.dub.pm