From ff369197fe069a9f5909fcc59fee0c9c4bbf6105 Mon Sep 17 00:00:00 2001 From: Erdet Nasufi Date: Tue, 21 May 2024 23:04:12 +0200 Subject: [PATCH] adding vmosquitto --- README.md | 106 +++++++++++++++++++++++++++++------------------------- 1 file changed, 57 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index 59b0e8d..d4c6556 100644 --- a/README.md +++ b/README.md @@ -10,55 +10,62 @@ ## Contents -- [Applications](#applications) - - [Command-line](#command-line) - - [Editors](#editors) - - [Games](#games) - - [Graphics](#graphics) - - [Interpreters/Compilers](#interpreterscompilers) - - [Operating systems/Kernels](#operating-systemskernels) - - [Package managers](#package-managers) - - [Project management](#project-management) - - [Serialization](#serialization) - - [Utilities](#utilities) - - [Web](#web) -- [Libraries](#libraries) - - [Audio](#audio) - - [Automation](#automation) - - [Command line interface (CLI) / Terminal / Shell](#command-line-interface-cli--terminal--shell) - - [Database clients](#database-clients) - - [Discord](#discord) - - [Eventing](#eventing) - - [File handling](#file-handling) - - [Game development](#game-development) - - [Graphics](#graphics-1) - - [IRC](#irc) - - [Networking](#networking) - - [Operating system](#operating-system) - - [Scientific computing](#scientific-computing) - - [Serial Communications](#serial-communications) - - [Telecommunications](#telecommunications) - - [Telegram](#telegram) - - [Text processing](#text-processing) - - [User Interface toolkits](#user-interface-toolkits) - - [Utility](#utility) - - [Web](#web-1) -- [Other](#other) - - [Articles](#articles) - - [Books](#books) - - [Communities](#communities) - - [Editor plugins](#editor-plugins) - - [Forums](#forums) - - [GitHub actions](#github-actions) - - [GitHub templates](#github-templates) - - [IDEs with V](#ides-with-v) - - [Online IDEs with V](#online-ides-with-v) - - [Operating Systems & OS Development Examples](#operating-systems--os-development-examples) - - [Patterns](#patterns) - - [Programming contests](#programming-contests) - - [Syntax highlighting](#syntax-highlighting) - - [Tutorials](#tutorials) - - [Videos](#videos) +- [Awesome V ](#awesome-v-) + - [Contents](#contents) + - [Applications](#applications) + - [Command-line](#command-line) + - [Editors](#editors) + - [Games](#games) + - [Graphics](#graphics) + - [Interpreters/Compilers](#interpreterscompilers) + - [Operating systems/Kernels](#operating-systemskernels) + - [Package managers](#package-managers) + - [Project management](#project-management) + - [Serialization](#serialization) + - [Utilities](#utilities) + - [Web](#web) + - [Libraries](#libraries) + - [Audio](#audio) + - [Automation](#automation) + - [Command line interface (CLI) / Terminal / Shell](#command-line-interface-cli--terminal--shell) + - [Database clients](#database-clients) + - [Discord](#discord) + - [Eventing](#eventing) + - [File handling](#file-handling) + - [Game development](#game-development) + - [Graphics](#graphics-1) + - [IRC](#irc) + - [Networking](#networking) + - [Operating system](#operating-system) + - [Scientific computing](#scientific-computing) + - [Serial Communications](#serial-communications) + - [Telecommunications](#telecommunications) + - [Telegram](#telegram) + - [Text processing](#text-processing) + - [User Interface toolkits](#user-interface-toolkits) + - [Utility](#utility) + - [Web](#web-1) + - [Other](#other) + - [Articles](#articles) + - [Books](#books) + - [Communities](#communities) + - [Editor plugins](#editor-plugins) + - [Atom](#atom) + - [Emacs](#emacs) + - [Sublime Text 3](#sublime-text-3) + - [VS Code](#vs-code) + - [Vim](#vim) + - [Forums](#forums) + - [GitHub actions](#github-actions) + - [GitHub templates](#github-templates) + - [IDEs with V](#ides-with-v) + - [Online IDEs with V](#online-ides-with-v) + - [Operating Systems \& OS Development Examples](#operating-systems--os-development-examples) + - [Patterns](#patterns) + - [Programming contests](#programming-contests) + - [Syntax highlighting](#syntax-highlighting) + - [Tutorials](#tutorials) + - [Videos](#videos) ## Applications @@ -233,6 +240,7 @@ - [vibe](https://github.com/tobealive/vibe) - Request library that wraps libcurl to enable fast and reliable requests while providing a higher-level API. - [vmq](https://github.com/jordan-bonecutter/vmq) - V wrapper For [ZMQ](https://zeromq.org/) (aka ZeroMQ, ØMQ, 0MQ: a high-performance asynchronous messaging library). +- [vmosquitto](https://github.com/erdetn/vmosquitto) - A V language binding for `libmosquitto`. ### Operating system