{"id":22687407,"url":"https://github.com/cablehead/levee","last_synced_at":"2025-04-12T20:42:52.020Z","repository":{"id":139658813,"uuid":"148360508","full_name":"cablehead/levee","owner":"cablehead","description":"Levee is a tool to succinctly and quickly create high performance network appliances with Lua","archived":false,"fork":false,"pushed_at":"2024-03-01T20:12:12.000Z","size":1824,"stargazers_count":11,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T18:24:39.852Z","etag":null,"topics":["concurrency","lua","networking"],"latest_commit_sha":null,"homepage":"http://leveelua.org","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cablehead.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-09-11T18:19:31.000Z","updated_at":"2024-12-05T05:04:55.000Z","dependencies_parsed_at":"2023-07-23T09:00:27.543Z","dependency_job_id":null,"html_url":"https://github.com/cablehead/levee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cablehead%2Flevee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cablehead%2Flevee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cablehead%2Flevee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cablehead%2Flevee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cablehead","download_url":"https://codeload.github.com/cablehead/levee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631666,"owners_count":21136554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["concurrency","lua","networking"],"created_at":"2024-12-09T23:18:15.198Z","updated_at":"2025-04-12T20:42:52.000Z","avatar_url":"https://github.com/cablehead.png","language":"C","readme":"# Levee\n\nLevee is a tool to succinctly and quickly create high performance network\nappliances.\n\n## An overview\n\n* http://cablehead.github.io/Talks.Levee.A-Whirlwind-Tour/\n\n## Installing\n\n\nFirst, you will need a few dependencies:\n\n```bash\napt-get install ragel  # ubuntu, or\nbrew install ragel     # macos\n```\n\nNext, install Levee:\n\n```bash\ngit clone https://github.com/cablehead/levee.git\ncd levee\ncmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release\ncd build\nmake\nmake install\n```\n\nBy default Levee will be installed to `/usr/local`. You can also set a custom\ninstall directory:\n\n```bash\nmake DESTDIR=/tmp/foo install\n```\n\nMake sure the installed location is in your `PATH`:\n\n```bash\nexport PATH=$PATH:/usr/local/bin\n```\n\nAnd we should be all set to go:\n\n```\n$ levee\nUsage: levee \u003ccommand\u003e ...\n\nAvailable commands are:\n        run\n        build\n        bundle\n        test\n        version\n```\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcablehead%2Flevee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcablehead%2Flevee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcablehead%2Flevee/lists"}