Four OCaml libraries contributed by Daniel Bünzli for unicode and xml
processing.
- xmlm: Streaming XML codec for OCaml
- uutf: Non-blocking streaming Unicode codec for OCaml
- uunf: Unicode text normalization for OCaml
- uucd: Unicode character database decoder for Ocaml
Homepage: http://erratique.ch/software
Commit 89fee1006c ("nixos/redis: clean up
option types") broke nixos evaluation:
error: attempt to call something which is not a function but a set, at .../nixpkgs/nixos/modules/services/databases/redis.nix:111:28
Fix it.
Reported by Oliver Charles (thanks!).
I'm only enabling for kernels >= 3.11 to be conservative, because clients and
servers automatically negotiate and use the highest mutually supported version
by default, but only in kernel 3.11 server NFSv4.1 support actually became RFC
compliant.
I'm also adding support for swap on NFS, which is enabled by default on
Ubuntu kernels.
I don't see a reason for having wrapVim function and vimWrapper and
vimHugeXWrapper packages. If you need a system vimrc, whats wrong with
``environment.etc."vimrc".text`` ?
Also strictly speaking ``vimHugeXWrapper`` didn't wrap, X-version
properly. I.e. running ``gvim`` have console vim version.
These are plugins that are internal to collectd; they are bundled in the
source archive. Without this, many of the collectd plugins advertised on
their homepage don't actually work, so I think we should add this.
This change increases the closure size from 129 MiB to 621 MiB. The size
of the collectd store path itself goes from 2 MiB to 2.9 MiB.
Users wanting a smaller closure size can set some (or all) of the
optional inputs to "null" using ".override".
List of new plugins:
amqp
apache
ascent
bind
curl
curl_json
curl_xml
dbi
dns
iptables
libvirt
lvm
memcachec
modbus
mysql
nginx
notify_desktop
pinba
ping
postgresql
redis
rrdcached
rrdtool
sensors
sigrok
varnish
write_http
write_redis
write_riemann
libcredis is a client library for Redis (key-value database).
(libcredis is an optional dependency of collectd.)
Homepage: https://code.google.com/p/credis/