syscall.cr
Version, currently master branch1 version
- master branchlatestNov 18, 2019
github.com/kubo39/syscall.cr
syscall interface for Crystal
17 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
syscall.cr:
github: kubo39/syscall.cr
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.31.1- License
- MIT
- Author
- Hiroki Noda <kubo39@gmail.com>
Dependencies
This version declares no dependencies.
README
# syscall.cr [](http://travis-ci.org/kubo39/syscall.cr) Raw syscall interface for Crystal. Linux/OSX with x86_64 support only. ## Example ```crystal include Syscall str = "Hello!\n" syscall(WRITE, 1_u64, str.to_unsafe, str.bytesize.to_u64) ```
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Nov 18, 2019
- Crystal
0.31.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/kubo39/syscall.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 1