Created
September 25, 2015 16:40
-
-
Save taotetek/3f7aa40f85a4fadaca88 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <project | |
| name = "normz" | |
| description = "zeromq microservice for log normalization" | |
| script = "zproject.gsl" | |
| email = "bknox@digitalocean.com" | |
| > | |
| <include filename = "license.xml" /> | |
| <version major = "0" minor = "1" patch = "0" /> | |
| <use project = "czmq"> | |
| <class name = "zactor" /> | |
| </use> | |
| <use project = "json-c" /> | |
| <use project = "lognorm" /> | |
| <class name = "znormalizer" /> | |
| <main name = "normz" /> | |
| </project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment