optparse-applicative
Option parser
A Haskell library for parsing command-line options in an applicative style
Applicative option parser
914 stars
19 watching
116 forks
Language: Haskell
last commit: 15 days ago applicativehaskelloption-parser
Related projects:
Repository | Description | Stars |
---|---|---|
mpusz/getopt | A C++ library that parses command line options in a way compatible with the C++ Standard Library. | 0 |
xuwei-k/optparse-applicative | A Scala port of an applicative command-line parser library | 16 |
badaix/popl | A lightweight C++ library for parsing command-line options and arguments in a single header file. | 166 |
c9s/getoptionkit | An object-oriented option parser library for PHP, supporting type constraints and various options formats. | 150 |
scopt/scopt | A lightweight command-line options parsing library for Scala applications. | 1,433 |
jcomellas/getopt | A library to parse command line arguments using GNU getopt syntax in Erlang. | 249 |
sjl/adopt | A simple UNIX-style option parser in Common Lisp. | 31 |
boostorg/program_options | A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. | 110 |
clojure/tools.cli | Provides a framework for parsing command-line options in Clojure programs. | 723 |
chh/optparse | A lightweight command line argument parser for PHP | 19 |
nk412/optparse | A simple command-line argument parser for BASH scripts | 158 |
cngilbreth/optionsf90 | A module for parsing command-line options and input parameters in Fortran programs. | 12 |
haskell/attoparsec | A fast Haskell parser combinator library for efficient text and binary data parsing | 513 |
savonarola/optimus | A command line arguments parsing library | 10 |
dnaeon/clingon | A command-line options parser system for Common Lisp | 127 |