collections-benchmark/dub.sdl

13 lines
452 B
Plaintext
Raw Normal View History

2019-07-09 23:26:20 +02:00
name "data-structures-benchmark"
description "Benchmarking code for (@nogc) data structures"
authors "lesderid"
copyright "Copyright © 2019, Les De Ridder"
license "NCSA"
dependency "emsi_containers" version="~>0.7.0"
dependency "collections" version="~>0.1.0"
2019-07-10 00:46:42 +02:00
dependency "matplotlib-d" path="matplotlib-d"
2019-07-09 23:26:20 +02:00
-- :/
importPaths "/home/lesderid/repos/d/druntime/src"
sourceFiles "/home/lesderid/repos/d/druntime/generated/linux/release/64/libdruntime.a"