awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
rbardou avatar

rbardou/clap

0
View on GitHub↗
23 stars·0 forks·OCaml·MIT·8 views

Clap

Clap is a library for command-line argument parsing. Clap works by directly consuming arguments in an imperative way. Traditionally, argument parsing in OCaml is done by first defining a specification (an OCaml value defining the types of arguments), and then parsing from this specification. The…

Features

  • Ocaml CLI Frameworks - Imperative-style command-line argument parsing.

Star history

Star history chart for rbardou/clapStar history chart for rbardou/clap

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Clap

These projects share indexed features with Clap. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • dbuenzli/cmdlinerdbuenzli avatar

    dbuenzli/cmdliner

    342View on GitHub↗

    Declarative definition of command line interfaces for OCaml

    OCaml
    View on GitHub↗342
  • unixjunkie/minicliUnixJunkie avatar

    UnixJunkie/minicli

    32View on GitHub↗

    Minimalist OCaml library for command line parsing

    OCaml
    View on GitHub↗32

Frequently asked questions

What does rbardou/clap do?

Clap is a library for command-line argument parsing. Clap works by directly consuming arguments in an imperative way. Traditionally, argument parsing in OCaml is done by first defining a specification (an OCaml value defining the types of arguments), and then parsing from this specification. The…

What are the main features of rbardou/clap?

The main features of rbardou/clap are: Ocaml CLI Frameworks.

Which projects share features with rbardou/clap?

Projects with overlapping indexed features include: dbuenzli/cmdliner — Declarative definition of command line interfaces for OCaml. unixjunkie/minicli — Minimalist OCaml library for command line parsing.