awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to vstakhov/libucl

Open-source alternatives to Libucl

30 open-source projects similar to vstakhov/libucl, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Libucl alternative.

  • json-c/json-cjson-c का अवतार

    json-c/json-c

    3,278GitHub पर देखें↗

    https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/

    C
    GitHub पर देखें↗3,278
  • orangeduck/mpcorangeduck का अवतार

    orangeduck/mpc

    2,846GitHub पर देखें↗

    A Parser Combinator library for C

    C
    GitHub पर देखें↗2,846
  • sheredom/json.hsheredom का अवतार

    sheredom/json.h

    826GitHub पर देखें↗

    🗄️ single header json parser for C and C++

    C
    GitHub पर देखें↗826
  • netmail-open/wjelementnetmail-open का अवतार

    netmail-open/wjelement

    110GitHub पर देखें↗

    advanced, flexible JSON manipulation in C

    C
    GitHub पर देखें↗110
  • ndevilla/iniparserndevilla का अवतार

    ndevilla/iniparser

    1,070GitHub पर देखें↗

    ini file parser

    C
    GitHub पर देखें↗1,070
  • abiggerhammer/hammerabiggerhammer का अवतार

    abiggerhammer/hammer

    291GitHub पर देखें↗

    Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.

    C
    GitHub पर देखें↗291

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • kgabis/parsonkgabis का अवतार

    kgabis/parson

    1,459GitHub पर देखें↗

    Lightweight JSON library written in C.

    C
    GitHub पर देखें↗1,459
  • include-what-you-use/include-what-you-useinclude-what-you-use का अवतार

    include-what-you-use/include-what-you-use

    4,704GitHub पर देखें↗

    Include What You Use is a C++ include optimizer and header dependency analyzer. It identifies unused or missing header includes in source files to reduce project bloat and improve compilation performance. The tool performs static analysis using a Clang-based abstract syntax tree to map symbol usage and track preprocessor effects across different build configurations. It can automatically rewrite source files by inserting or deleting preprocessor directives based on the calculated dependency graph. The system integrates with compilation databases to determine the exact compiler flags used for

    C++
    GitHub पर देखें↗4,704
  • google/gumbo-parsergoogle का अवतार

    google/gumbo-parser

    5,190GitHub पर देखें↗

    Gumbo-parser is a high-performance HTML5 parsing library written in pure C99. It transforms raw markup into a structured document tree by implementing the formal state-machine tokenization and error recovery rules defined in the HTML5 specification. The project serves as an HTML source mapping tool, linking parsed nodes back to their original byte offsets and pointers within the input buffer. This allows for the precise tracking of source locations for elements within the resulting parse tree. Beyond full document processing, the library handles isolated HTML fragments and provides a C-based

    HTML
    GitHub पर देखें↗5,190
  • ithewei/libhvithewei का अवतार

    ithewei/libhv

    7,521GitHub पर देखें↗

    libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP, WebSocket, and MQTT clients and servers. It provides a non-blocking event loop for managing network sockets, timers, and system signals across multiple threads. The project is distinguished by its integrated support for specialized network roles, including a full HTTP web server with RESTful routing and middleware, an MQTT messaging client for IoT communication, and the ability to implement SOCKS5 and HTTP proxies. It also features a reliable UDP implementation to ensure ordered

    Ccurlepollhttp-client
    GitHub पर देखें↗7,521
  • dropbox/json11dropbox का अवतार

    dropbox/json11

    2,589GitHub पर देखें↗

    A tiny JSON library for C++11.

    C++
    GitHub पर देखें↗2,589
  • gaudecker/qt-jsongaudecker का अवतार

    gaudecker/qt-json

    331GitHub पर देखें↗

    A simple class for parsing JSON data into a QVariant hierarchy and vice versa.

    C++
    GitHub पर देखें↗331
  • gperftools/gperftoolsgperftools का अवतार

    gperftools/gperftools

    8,959GitHub पर देखें↗

    gperftools is a collection of specialized tools for profiling CPU usage, detecting memory errors, and providing high-performance memory allocation. It provides a memory profiling toolkit for C++ applications, including a sampling CPU profiler and a heap profiler for analyzing consumption patterns. The project includes a high-performance memory allocator designed as a multi-threaded replacement for standard allocation to reduce contention and improve execution speed. It further provides a memory debugger to identify illegal memory access and double frees. The toolkit covers broad diagnostic c

    C++
    GitHub पर देखें↗8,959
  • id-software/quake-2id-Software का अवतार

    id-Software/Quake-2

    3,197GitHub पर देखें↗

    Quake-2 is a game engine designed for the development of first-person shooters and the rendering of three-dimensional environments. It provides the core framework for processing real-time physics and player input within interactive 3D spaces. The engine supports software extensibility, allowing for the direct modification of source code to change gameplay mechanics and engine behaviors. This makes it a resource for retro game engineering and the study of early 3D development techniques. Its technical capabilities include vertex-based software rendering, BSP-tree spatial partitioning, and PVS

    C
    GitHub पर देखें↗3,197
  • cloudwu/pbccloudwu का अवतार

    cloudwu/pbc

    1,625GitHub पर देखें↗

    A protocol buffers library for C

    C
    GitHub पर देखें↗1,625
  • chadaustin/sajsonchadaustin का अवतार

    chadaustin/sajson

    572GitHub पर देखें↗

    Lightweight, extremely high-performance JSON parser for C++11

    C++
    GitHub पर देखें↗572
  • danielaparker/jsonconsdanielaparker का अवतार

    danielaparker/jsoncons

    844GitHub पर देखें↗

    A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON, toon-format

    C++
    GitHub पर देखें↗844
  • cacalabs/libcacacacalabs का अवतार

    cacalabs/libcaca

    675GitHub पर देखें↗

    💩 Colour ASCII Art Library

    C
    GitHub पर देखें↗675
  • adamierymenko/huffandpuffA

    adamierymenko/huffandpuff

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • antirez/sdsantirez का अवतार

    antirez/sds

    5,486GitHub पर देखें↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    GitHub पर देखें↗5,486
  • chrismanning/jbsonchrismanning का अवतार

    chrismanning/jbson

    38GitHub पर देखें↗

    JSON & BSON parser/writer

    C++
    GitHub पर देखें↗38
  • clibs/clibclibs का अवतार

    clibs/clib

    5,133GitHub पर देखें↗

    clib is a C language package manager and dependency manager used to install, update, and manage external C libraries and executable dependencies from remote repositories. It functions as a distribution tool for structuring source code and metadata to publish C libraries and a development toolkit for maintaining consistent build environments. The project provides a framework for C library distribution and dependency resolution, utilizing manifest files to track required library versions and ensure reproducible builds across different systems. It streamlines the C development workflow by managi

    Ccclibmanager
    GitHub पर देखें↗5,133
  • amir-s/juteamir-s का अवतार

    amir-s/jute

    73GitHub पर देखें↗

    Very simple C++ JSON Parser

    C++
    GitHub पर देखें↗73
  • docopt/docopt.cdocopt का अवतार

    docopt/docopt.c

    321GitHub पर देखें↗

    C-code generator for docopt language.

    Python
    GitHub पर देखें↗321
  • flavio/qjsonflavio का अवतार

    flavio/qjson

    293GitHub पर देखें↗

    QJson is a qt-based library that maps JSON data to QVariant objects.

    C++
    GitHub पर देखें↗293
  • flycheck/flycheckflycheck का अवतार

    flycheck/flycheck

    2,521GitHub पर देखें↗

    On the fly syntax checking for GNU Emacs

    Emacs Lispemacsflychecksyntax-checking
    GitHub पर देखें↗2,521
  • akheron/janssonakheron का अवतार

    akheron/jansson

    3,341GitHub पर देखें↗

    C library for encoding, decoding and manipulating JSON data

    Ccjson
    GitHub पर देखें↗3,341
  • google/sanitizersgoogle का अवतार

    google/sanitizers

    12,402GitHub पर देखें↗

    This project is a suite of runtime diagnostic tools designed to detect memory leaks, concurrency races, and language-specification violations during software execution. It provides a collection of dynamic analysis tools that identify addressability issues, uninitialized memory usage, and memory safety bugs in applications. The toolset includes a thread safety analyzer to identify data races and deadlocks in concurrent code, as well as an undefined behavior sanitizer to detect operations that violate language specifications. The system covers broad capabilities in memory safety monitoring and

    C
    GitHub पर देखें↗12,402
  • hjiang/jsonxxhjiang का अवतार

    hjiang/jsonxx

    546GitHub पर देखें↗

    A JSON parser in C++

    C++
    GitHub पर देखें↗546
  • alanxz/rabbitmq-calanxz का अवतार

    alanxz/rabbitmq-c

    1,859GitHub पर देखें↗

    RabbitMQ C client

    C
    GitHub पर देखें↗1,859