From 337e2cf4a0e52aa8008edc4b3370b446e40ed72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 19 Feb 2016 15:22:13 +0000 Subject: Lorry nanomsg: socket library that provides several common communication patterns Change-Id: I49fe0c7575cdef3996c2e017d305bbdaa2da96a2 --- open-source-lorries/nanomsg.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/nanomsg.lorry diff --git a/open-source-lorries/nanomsg.lorry b/open-source-lorries/nanomsg.lorry new file mode 100644 index 0000000..4fe0d7d --- /dev/null +++ b/open-source-lorries/nanomsg.lorry @@ -0,0 +1,6 @@ +{ + "nanomsg": { + "type": "git", + "url": "git://github.com/nanomsg/nanomsg.git" + } +} -- cgit v1.2.1