[Lunar-commits] <moonbase-other> libee: an event handling library.
Florin Braescu
florin at lunar-linux.org
Sat Sep 21 18:28:15 CEST 2013
commit f67cbc2e04b86affae590aa438630fae9a225e80
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 21 Sep 2013 09:27:53 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f67cbc2e04b86affae590aa438630fae9a225e80
libee: an event handling library.
---
libs/libee/DEPENDS | +1/-0
libs/libee/DETAILS | +20/-0
2 files changed, 21 insertions(+)
--- /dev/null
+++ b/libs/libee/DEPENDS
@@ -0,0 +1 @@
+depends libestr
\ No newline at end of file
--- /dev/null
+++ b/libs/libee/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=libee
+ VERSION=0.4.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.libee.org/files/download
+ SOURCE_VFY=sha1:a8df29b7571fcfacb5ac3cac4ebf48d357cfdf21
+ WEB_SITE=http://www.libee.org
+ ENTERED=20130921
+ UPDATED=20130921
+ SHORT="Event expression library inspired by CEE"
+
+cat << EOF
+CEE is an upcoming standard used to describe network events in a number of
+normalized formats. It's goal is to unify they currently many different
+representations that exist in the industry.
+The core idea of libee is to provide a small but hopefully convenient API
+layer above the CEE standard. However, CEE is not finished. At the time of
+this writing, CEE is under heavy development and even some of its core data
+structures (like the data dictionary and taxonmy) have not been fully
+specified.
+EOF
More information about the Lunar-commits
mailing list