-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bb7cdb
commit 6a93f76
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# capnproto-dlang: Cap'n Proto for D | ||
|
||
[![Dub version](https://img.shields.io/dub/v/capnproto-dlang.svg)](https://code.dlang.org/packages/capnproto-dlang) | ||
[![Dub downloads](https://img.shields.io/dub/dt/capnproto-dlang.svg)](https://code.dlang.org/packages/capnproto-dlang) | ||
[![Build Status](https://travis-ci.org/ThomasBrixLarsen/capnproto-dlang.svg?branch=master)](https://travis-ci.org/ThomasBrixLarsen/capnproto-dlang) | ||
|
||
[Cap'n Proto](http://capnproto.org) is an extremely efficient protocol for sharing data | ||
and capabilities, and capnproto-dlang is a work-in-progress pure D implementation. |