syscall

Raw system calls for Nim

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.1
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-08-31 07:14

Tags

Authors

  • Dennis Felsing

Installation

nimble install syscall
choosenim install syscall
git clone https://github.com/def-/nim-syscall

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
syscall - - - - - - -

Dependencies

Package Version Optional
nim >= 0.10.3 No

Source

Repository https://github.com/def-/nim-syscall
Homepage https://github.com/def-/nim-syscall
Registry Source nimble_official

README

Raw System Calls for Nim Build Status

Low level system calls, currently Linux x86 & x86_64 only, but meant to be extended on demand.

Example

discard syscall(WRITE, 1, cstring("Hello!\n"), 7)