https://github.com/fasterthanlime/ooc-uv
ooc bindings for libuv
https://github.com/fasterthanlime/ooc-uv
Last synced: 4 months ago
JSON representation
ooc bindings for libuv
- Host: GitHub
- URL: https://github.com/fasterthanlime/ooc-uv
- Owner: fasterthanlime
- Created: 2012-06-15T18:06:20.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-10T20:53:29.000Z (almost 14 years ago)
- Last Synced: 2025-02-23T08:14:18.776Z (over 1 year ago)
- Language: ooc
- Size: 125 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tentative bindings for libuv.
Nothing is definitive, don't rely on it, it *will* blow up your dog.
## Getting uv
Clone somewhere, and from its directory, run:
git archive HEAD --prefix='uv/' | (cd path/to/ooc-uv ; tar xf -)
Then go in `uv/` and hit `make` so you get a nice `uv/uv.a`
That's about it!