awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
docopt avatar

docopt/docopt.c

0
View on GitHub↗
321 estrellas·46 forks·Python·MIT·2 vistas

Docopt.c

C-code generator for docopt language.

Features

  • Sistemas de compilación - A C implementation of the docopt command-line parser.
  • General Libraries - Command-line option parser for C applications.
  • Librerías de propósito general - Command-line option parser for C applications.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Historial de estrellas

Gráfico del historial de estrellas de docopt/docopt.cGráfico del historial de estrellas de docopt/docopt.c

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Docopt.c

Proyectos open-source similares, clasificados según cuántas características comparten con Docopt.c.
  • libgit2/libgit2Avatar de libgit2

    libgit2/libgit2

    10,485Ver en 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
    Ver en GitHub↗10,485
  • alanxz/rabbitmq-cAvatar de alanxz

    alanxz/rabbitmq-c

    1,859Ver en GitHub↗

    RabbitMQ C client

    C
    Ver en GitHub↗1,859
  • cloudwu/pbcAvatar de cloudwu

    cloudwu/pbc

    1,625Ver en GitHub↗

    A protocol buffers library for C

    C
    Ver en GitHub↗1,625
  • libimobiledevice/libimobiledeviceAvatar de libimobiledevice

    libimobiledevice/libimobiledevice

    7,733Ver en 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
    Ver en GitHub↗7,733
Ver las 30 alternativas a Docopt.c→

Preguntas frecuentes

¿Qué hace docopt/docopt.c?

C-code generator for docopt language.

¿Cuáles son las características principales de docopt/docopt.c?

Las características principales de docopt/docopt.c son: Sistemas de compilación, General Libraries, Librerías de propósito general, Windows Environments.

¿Qué alternativas de código abierto existen para docopt/docopt.c?

Las alternativas de código abierto para docopt/docopt.c incluyen: 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…