GraphCanon updated today · GitHub synced today
1.3k
Stars
86
Forks
15
Open issues
370
Watchers
2y
Last push
D Apache-2.0Created Aug 1, 2017
Trust & integrity
Full report- Maintenance
- Dormant (800d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Capability facts
- Languages
- d
Source: github.language · Jul 11, 2026
Categories
Tags
README
Installation
dub package
The library is distributed as a dub package. Add vectorflow to the dependencies section of your dub.json:
"vectorflow": "~>1.0.2"
The library itself doesn't have any dependencies. All you need is a recent D compiler.
LDC is the recommended compiler for the fastest runtime speed.
Tested on:
- Linux, OSX
- LDC version: >= 1.1.1
- DMD version: >= 2.073.1
Setting up a D environment
If you're new to D, keep reading. You will need dub (the D package manager) and LDC (the LLVM-based D compiler).
macOS
brew install dub
brew install ldc
Ubuntu
apt-get install -y curl xz-utils
curl -fsS https://dlang.org/install.sh | bash -s ldc
source ~/dlang/ldc-{VERSION}/activate