eventcore/dub.sdl
2016-10-05 14:38:29 +02:00

14 lines
320 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"
configuration "native" {
}
configuration "libasync" {
dependency "libasync" version="~>0.7.9"
}