• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cnf/H03-May-2022-16,57512,364

doc/H03-May-2022-1,5871,356

gap/H03-May-2022-365323

m4/H03-May-2022-9,2888,386

src/H03-May-2022-688563

tst/H03-May-2022-3734

COPYRIGHT.mdH A D03-May-2022521 1812

LICENSEH A D03-May-202217.6 KiB341281

Makefile.amH A D03-May-2022940 3728

Makefile.inH A D03-May-202229.8 KiB900793

PackageInfo.gH A D03-May-20224.3 KiB135117

README.mdH A D03-May-20221.2 KiB3420

aclocal.m4H A D03-May-202244.9 KiB1,2561,143

autogen.shH A D03-May-202245 31

configureH A D03-May-2022463.4 KiB15,79413,223

configure.acH A D03-May-20221.3 KiB6455

init.gH A D03-May-2022746 2218

makedoc.gH A D03-May-2022444 1917

read.gH A D03-May-2022354 139

zgapH A D03-May-20222.2 KiB9269

README.md

1[![Build Status](https://travis-ci.org/gap-packages/ZeroMQInterface.svg?branch=master)](https://travis-ci.org/gap-packages/ZeroMQInterface)
2[![Code Coverage](https://codecov.io/github/gap-packages/ZeroMQInterface/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/ZeroMQInterface)
3
4# The ZeroMQInterface GAP package
5
6This package provides both low-level bindings as well as some higher level
7interfaces for the [ZeroMQ](http://zeromq.org) message passing library
8for GAP and HPC-GAP, enabling lightweight distributed computation.
9
10## Documentation
11
12Full information and documentation can be found in the manual, available
13as PDF `doc/manual.pdf` or as HTML `doc/chap0_mj.html`, or on the package
14homepage at
15
16  <http://gap-packages.github.io/ZeroMQInterface/>
17
18
19## Bug reports and feature requests
20
21Please submit bug reports and feature requests via our GitHub issue tracker:
22
23  <https://github.com/gap-packages/ZeroMQInterface/issues>
24
25
26# License
27
28ZeroMQInterface is free software; you can redistribute it and/or modify it under
29the terms of the GNU General Public License as published by the Free Software
30Foundation; either version 2 of the License, or (at your option) any later
31version.
32
33For details see the files COPYRIGHT.md and LICENSE.
34