Git Product home page Git Product logo

zeromq's Introduction

ZeroMQ bindings for the D programming language

This repository contains D bindings to the ZeroMQ C library (libzmq). It is part of Deimos and is maintained by the Deimos team.

Like all Deimos bindings, these are just D prototypes for the C functions. For a higher-level D wrapper, see e.g. zmqd

Usage

To use these bindings, simply add

import deimos.zmq.zmq;

to your D program and link it with the zmq library.

Versioning

Starting with v5.0.0, the version numbers of these bindings no longer correspond to upstream ZeroMQ versions. This allows us to follow the Semantic Versioning scheme and increment the version number when we make changes that do not correspond to upstream changes (e.g. to fix bugs in the bindings).

The corresponding ZeroMQ version is indicated after the bindings version, following a plus sign. For example, the tag v5.0.0+zmq-4-2-2 indicates bindings version 5.0.0, corresponding to ZeroMQ version 4.2.2.

Up to and including v4.2.2, the bindings versions corresponded exactly to upstream ZeroMQ versions.

Authors

These bindings were originally based on code by itiu. For the full list of contributors, see the Contributors page on GitHub.

zeromq's People

Contributors

kyllingstad avatar walterbright avatar 1100110 avatar msoucy avatar todayman avatar lykathia avatar john-colvin avatar repeatedly avatar cybershadow avatar reiroldan avatar seanenck avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.