erlang-folsom 0.8.0+dfsg-1 source package in Ubuntu

Changelog

erlang-folsom (0.8.0+dfsg-1) unstable; urgency=low


  * New upstream release.
  * Update debian/control.
    - Bump version for erlang-bear to 0.8.0.
    - Bump version for erlang-meck to 0.7.2.
  * Update patches/fix_version_string.
    - Bump version.
  * Update patches/remove_deps.
  * Update watch file.
    - Fix W: debian-watch-file-should-mangle-version.

 -- Nobuhiro Iwamatsu <email address hidden>  Thu, 21 Nov 2013 08:25:24 +0900

Upload details

Uploaded by:
LeoFS maintainers team
Uploaded to:
Sid
Original maintainer:
LeoFS maintainers team
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
erlang-folsom_0.8.0+dfsg-1.dsc 2.2 KiB 242ff92205e4821bb701ccc7555cb3e4d464cd8f32d7e6523c618e5bb7914dad
erlang-folsom_0.8.0+dfsg.orig.tar.gz 40.5 KiB 70fd1510aa167868799323e1f572edb839d2a4a37f3b71bdd133a15cacf0ead6
erlang-folsom_0.8.0+dfsg-1.debian.tar.gz 3.1 KiB 20c416792455b294ca7270026d162ce4eb4e071dfb690d93c749486f5472f532

Available diffs

No changes file available.

Binary packages built by this source

erlang-folsom: No summary available for erlang-folsom in ubuntu utopic.

No description available for erlang-folsom in ubuntu utopic.

erlang-folsom-dev: Erlang based metrics system inspired by Coda Hale's metrics

 Folsom is an Erlang based metrics system inspired by Coda Hale's metrics
 (https://github.com/codahale/metrics/). The metrics API's purpose is to collect
 realtime metrics from your Erlang applications and publish them via Erlang APIs
 and output plugins. folsom is *not* a persistent store. There are 6 types of
 metrics: counters, gauges, histograms (and timers), histories, meter_readers
 and meters. Metrics can be created, read and updated via the `folsom_metrics`
 module.
 .
 This package includes erlang-folsom headers which are necessary to build Erlang
 applications which use erlang-folsom.