eventcore/dub.sdl

16 lines
349 B
Plaintext
Raw Normal View History

name "eventcore"
description "Experimental callback based abstraction layer over operating system asynchronous I/O facilities."
2016-06-18 05:36:31 +00:00
license "MIT"
copyright "Copyright © 2012-2016 rejectedsoftware e.K."
2016-10-05 12:38:29 +00:00
targetType "library"
libs "anl" platform="linux"
2016-10-05 12:38:29 +00:00
configuration "native" {
}
configuration "libasync" {
dependency "libasync" version="~>0.7.9"
}