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
docopt avatar

docopt/docopt.c

0
View on GitHub↗
321 stars·46 forks·Python·MIT·13 views

Docopt.c

C-code generator for docopt language.

Features

  • Build Systems - A C implementation of the docopt command-line parser.
  • General Libraries - Command-line option parser for C applications.
  • General Purpose Libraries - Command-line option parser for C applications.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star history

Star history chart for docopt/docopt.cStar history chart for docopt/docopt.c

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 Docopt.c

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

    libgit2/libgit2

    10,485View on GitHub↗

    libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version control directly into applications. It serves as a linkable implementation of Git internals, allowing developers to manage repositories and manipulate version control data without requiring a system installation of the Git command line tool. The library functions as an embedded API and object database manager capable of reading and writing commits, trees, blobs, and tags. It includes a network transport client to handle the transfer of repository data over protocols such as SSH a

    C
    View on GitHub↗10,485
  • alanxz/rabbitmq-calanxz avatar

    alanxz/rabbitmq-c

    1,859View on GitHub↗

    RabbitMQ C client

    C
    View on GitHub↗1,859
  • cloudwu/pbccloudwu avatar

    cloudwu/pbc

    1,625View on GitHub↗

    A protocol buffers library for C

    C
    View on GitHub↗1,625
  • libimobiledevice/libimobiledevicelibimobiledevice avatar

    libimobiledevice/libimobiledevice

    7,733View on GitHub↗

    libimobiledevice is a communication library designed to interact with iOS devices using native protocols instead of proprietary software. It provides a set of tools for device management, including firmware recovery, filesystem access, and the creation of native backups and restores. The project implements a property list parser to read and write data across binary, XML, and JSON formats. It enables low-level hardware control, such as triggering recovery modes, modifying system settings, and managing device activation and provisioning via official servers. The library covers several function

    Ccioslibrary
    View on GitHub↗7,733
Compare all 30 related projects→

Frequently asked questions

What does docopt/docopt.c do?

C-code generator for docopt language.

What are the main features of docopt/docopt.c?

The main features of docopt/docopt.c are: Build Systems, General Libraries, General Purpose Libraries, Windows Environments.

Which projects share features with docopt/docopt.c?

Projects with overlapping indexed features include: libimobiledevice/libimobiledevice — libimobiledevice is a communication library designed to interact with iOS devices using native protocols instead of… nfc-tools/libnfc — Platform independent Near Field Communication (NFC) library. alanxz/rabbitmq-c — RabbitMQ C client. cloudwu/pbc — A protocol buffers library for C. libgit2/libgit2 — libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version… commonmark/commonmark-spec — This project is a formal markdown specification standard that provides a detailed markup syntax definition and a…