macosutils

MacOS/OSX system util wrappers for CFCore and the like

Wrapper score 15/100 · tests present · no docs generated

Wraps a native library — check OS Compatibility below for platform-specific linking notes.

Summary

Latest Version 0.3.2
License Apache-2.0
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:26

Authors

  • Jaremy Creechley

Installation

nimble install macosutils
choosenim install macosutils
git clone https://github.com/elcritch/macosutils

OS Compatibility

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

Dependencies

Package Version Optional
nim >= 2.0 No

Source

Repository https://github.com/elcritch/macosutils
Homepage https://github.com/elcritch/macosutils
Registry Source nimble_official

README

Mac OS Utils

A simple package with some wrapper for a few core MacOS system utilities. Currently only a few items needed from CoreFoundation are added for dmon.

It's easy to add more, and I'll accept PR's if people want to wrap more.

Note I've been using Claude and it works really well for creating Nim wrappers for these sort of well utility functions. Usually it only requires a slight modification. I ask it to "Please write idiomatic Nim wrapper for CFStringCreateWithCString from MacOS."