Skip to content

alaviss/nim-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An abstraction layer for common operating system services

CI status Minimum supported Nim version License

This package is an experiment in rewriting various parts of stdlib's os module.

The goals are:

  • To employ the use of destructors for resource lifetime management
  • To provide simpler and more powerful interfaces to operating system services
  • To abstract away OS differences and provide consistent and intuitive behaviors
  • To reduce reliance on libc

Currently this project is a work-in-progress, and works here are aimed for upstreaming to the stdlib.

On-going projects

These stdlib modules are targeted for redesign/reimplementation (ordered by priority):

  • osproc
  • io
  • os

Targets

This package primarily targets the following operating systems:

  • Windows
  • Linux
  • macOS

There is also second-tier support for:

  • FreeBSD
  • OpenBSD
  • NetBSD
  • POSIX-compatible OSes

These OS are not covered by automated testing, so they may break at any time.

License

This project is distributed under the terms of the MIT license.

See license.txt for more details.

About

Abstractions for common operating system interfaces

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages