libwslay1
WebSocket library written in C. Shared library
WebSocket library written in C. It implements the protocol version 13
described in RFC 6455. This library offers 2 levels of API: event-based
API and frame-based low-level API. For event-based API, it is suitable
for non-blocking reactor pattern style. You can set callbacks in various
events. For frame-based API, you can send WebSocket frame directly.
Wslay only supports data transfer part of WebSocket protocol and does not
perform opening handshake in HTTP.
libf95getdata7
library to read/write dirfile data - Fortran 95 bindings
The GetData Project is the reference implementation of the Dirfile Standards,
a filesystem-based, column-oriented database format for time-ordered binary
data. The Dirfile database format is designed to provide a fast, simple format
for storing and reading data.
python-parameterized
parameterized testing for Python 2
wesnoth-1.12-nr
"Northern Rebirth" official campaign for Wesnoth (branch 1.12)
This package contains the "Northern Rebirth" campaign for Wesnoth:
"For the people of Dwarven Doors the choice was stark: either drudge as
downtrodden slaves for the orcs until the end of their brief and miserable
lives, or risk all for freedom and rise up against their cruel overlords.
Little did they suspect that their struggle would be the hinge of great events
that might restore the Northlands to the glory they had once known."
(Expert level, 13 scenarios.)
libexecs-embedded0
C library for commands execution - low memory footprint
s2argv converts a command string into an argv array for execv, execvp,
execvpe. execs is like execv taking a string instead of an argv.
Similarly execsp and execspe are the counterpart of execvp and execvpe,
respectively, using command strings.
esystem, system_eexecsp execute a command with its arguments from a string
without using a shell.
node-postcss-discard-comments
Discard comments in your CSS files with PostCSS