neptune/dub.sdl

13 lines
351 B
Plaintext
Raw Permalink Normal View History

2025-03-11 01:01:54 +03:00
name "neptune"
2025-01-08 17:24:48 +03:00
description "Matrix bot"
2025-03-11 01:01:54 +03:00
authors "lost+skunk"
copyright "Copyright © 2025, lost+skunk"
2025-01-08 17:24:48 +03:00
license "AGPL-3.0-only"
2025-03-11 01:01:54 +03:00
dependency "gamut" version="~>3.2.0"
dependency "database:sqlite" version="~>1.2.1"
dependency "database" version="~>1.2.1"
2025-01-08 17:24:48 +03:00
dependency "asdf" version="~>0.7.17"
2025-03-11 01:01:54 +03:00
dflags "-L-s"
dflags "-mcpu=native" platform="ldc"
libs "curl"