17 packages tagged with “posix”
Generates a POSIX time zone string from standard time zone identifiers.
POSIX interface for Mono and .NET
Implements a simple set of helpers to handle EPOCH timestamps in .NET
docopt.net is the .net version of the docopt python beautiful command line parser. docopt.net helps you define an interface for your command-line app, and automatically generate a parser for it. docopt.net is based on conventions that have been used for decades in help messages and man pages for program interface description. Interface description in docopt.net is such a help message, but formalized. Check out http://docopt.org for a more detailed explanation. Quick example: var arguments = new Docopt().Apply("Usage: prog [-a] [-b] FILE", args); if (arguments["-a"].IsTrue) {{ ... }}
An extensible replacement for the CommandLineProvider fixing the wacky multiple argument notation and bringing together some widely used command line parser and the modern extensible configuration world of dotnet core.
Kingpin.Net style command line arguments parser and command line UI goodies for .NET
Advanced command line parser using POSIX, PowerShell and DOS command line arguments formatting guidelines. Automatically generates console documentation from options and assembly metadata.
Libconfig is a compact, portable library for reading, manipulating, and writing structured configuration files. The library includes bindings for both the C and C++ languages, and works on Linux, Mac OS X, and other POSIX-compliant operating systems, as well as Windows. A complete manual with API documentation is included.
Use POSIX style command line options and map to Microsoft configuration builders.
PDCurses is a public domain curses library for implementing most of the functions available in X/Open and System V R4 curses.
A rich and elegant library for parameter-parsing that supports various syntaxes and flavors.
A framework for building professional command line tools with ease
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
Parses passed command line arguments for you, in accordance with POSIX recommendations: https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html
Modern command-line parsing library for .NET with support for POSIX, GNU, and Windows-style arguments. Zero dependencies.
Applies POSIX locale user overrides to .NET CultureInfo on Unix-like systems.
Source generator that applies POSIX locale user overrides to .NET CultureInfo on Unix-like systems.