2016-01-11 20:33:49 +00:00
|
|
|
name "eventcore"
|
2016-06-18 05:37:16 +00:00
|
|
|
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"
|
|
|
|
|
2016-10-16 21:01:22 +00:00
|
|
|
libs "anl" platform="linux"
|
|
|
|
|
2016-10-05 12:38:29 +00:00
|
|
|
configuration "native" {
|
|
|
|
}
|
|
|
|
|
|
|
|
configuration "libasync" {
|
|
|
|
dependency "libasync" version="~>0.7.9"
|
|
|
|
}
|