eventcore/dub.sdl
2016-10-16 23:01:22 +02:00

16 lines
349 B
Plaintext

name "eventcore"
description "Experimental callback based abstraction layer over operating system asynchronous I/O facilities."
license "MIT"
copyright "Copyright © 2012-2016 rejectedsoftware e.K."
targetType "library"
libs "anl" platform="linux"
configuration "native" {
}
configuration "libasync" {
dependency "libasync" version="~>0.7.9"
}