awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pcapriotti avatar

pcapriotti/optparse-applicative

0
View on GitHub↗
957 stars·124 forks·Haskell·BSD-3-Clause·1 view

Optparse Applicative

optparse-applicative is a haskell library for parsing options on the command line, and providing a powerful [applicative] interface for composing them.

Features

  • Haskell CLI Frameworks - Applicative interface for composing command-line parsers.

Star history

Star history chart for pcapriotti/optparse-applicativeStar history chart for pcapriotti/optparse-applicative

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Optparse Applicative

Similar open-source projects, ranked by how many features they share with Optparse Applicative.
  • docopt/docopt.hsdocopt avatar

    docopt/docopt.hs

    119View on GitHub↗

    Docopt.hs

    Haskell
    View on GitHub↗119
  • ndmitchell/cmdargsndmitchell avatar

    ndmitchell/cmdargs

    94View on GitHub↗

    CmdArgs is a Haskell library for defining command line parsers. The two features that make it a better choice than the standard getopt library are:

    Haskell
    View on GitHub↗94

Frequently asked questions

What does pcapriotti/optparse-applicative do?

optparse-applicative is a haskell library for parsing options on the command line, and providing a powerful [applicative] interface for composing them.

What are the main features of pcapriotti/optparse-applicative?

The main features of pcapriotti/optparse-applicative are: Haskell CLI Frameworks.

What are some open-source alternatives to pcapriotti/optparse-applicative?

Open-source alternatives to pcapriotti/optparse-applicative include: docopt/docopt.hs — Docopt.hs. ndmitchell/cmdargs — CmdArgs is a Haskell library for defining command line parsers. The two features that make it a better choice than the…