7e2d1dd038
The library is able to support simple TCP servers in the current state. The API is still mostly compatible with mainline vibe.d, but the driver systen has been replaced by the eventcore library and sockets/files/timers/... are now structs with automatic reference counting instead of GC collected classes. The stream interfaces have been removed for now.
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
name "vibe-core"
|
|
description "The I/O core library of vibe.d."
|
|
authors "Sönke Ludwig"
|
|
copyright "Copyright © 2016, rejectedsoftware e.K."
|
|
license "MIT"
|
|
|
|
dependency "eventcore" version="*"
|