Cap'n Proto serialization and RPC library and tools v0.7.0.
Generates two packages: capnproto and capnproto-dev. The latter
includes schema compilers, along with headers and linkables.
The upstream test suite is run via check(). Built against Edge.
Alpha-level TLS RPC support is not built, following Debian's lead.
JSON for Modern C++. This is a headers-only implementation, so
only -dev and -doc packages are being produced. Unit tests are
run, but only the "check-fast" subset (longer tests take upwards
of a quarter-hour).
======================================================================
FAIL: tests_synchronisation.test_monitoring_multi
Test on multiple bars, one not needing miniters adjustment
----------------------------------------------------------------------
Traceback (most recent call last):
File /home/buildozer/aports/testing/py-tqdm/src/tqdm-4.30.0/.eggs/nose-1.3.7-py2.7.egg/nose/case.py, line 197, in runTest
self.test(*self.arg)
File /home/buildozer/aports/testing/py-tqdm/src/tqdm-4.30.0/tqdm/tests/tests_synchronisation.py, line 164, in test_monitoring_multi
assert t2.miniters == 500 # check that t2 was not adjusted
AssertionError
----------------------------------------------------------------------
Ran 73 tests in 24.344s
FAILED (failures=1, skipped=11)
Test failed: <unittest.runner.TextTestResult run=73 errors=0 failures=1>
error: Test failed: <unittest.runner.TextTestResult run=73 errors=0 failures=1>
When installed with ocamlfind (which is the default and this aport
follows it), menhir needs the tool at runtime as well to implement
certain options. Otherwise 'menhir --suggest-menhirLib' fails:
sh: ocamlfind: not found
Also sync the arch= list with the ocaml aport.
https://github.com/arkanis/minidyndns
A simple no fuss DNS server with built-in HTTP/HTTPS interface to update IPs
Changes v2 -> v3:
- default minidyndns_opts are set in the initd script
- stop() function in the initd script has been replaced with 'stopsig'
variable
- bumped release
https://www.rodsbooks.com/refind
A fork of the rEFIt boot manager for computers based on the
Extensible Firmware Interface (EFI) and Unified EFI (UEFI).