1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name nanomsg |
---|
7 | version 0.7-beta |
---|
8 | revision 0 |
---|
9 | categories comms sysutils devel net |
---|
10 | platforms darwin |
---|
11 | license MIT |
---|
12 | |
---|
13 | maintainers twinleaf.com:maintainers \ |
---|
14 | openmaintainer |
---|
15 | |
---|
16 | description nanomsg Nanomsg Wrapper |
---|
17 | long_description nanomsg is a socket library that provides several common communication patterns. It aims to make the networking layer fast, scalable, and easy to use. Implemented in C, it works on a wide range of operating systems with no further dependencies. |
---|
18 | |
---|
19 | homepage http://nanomsg.org |
---|
20 | master_sites https://github.com/nanomsg/nanomsg/releases/download/${version}/ |
---|
21 | |
---|
22 | checksums sha1 459d8300693993151278205c655378e18e8d1cef |
---|