eet 1.4.0-2.1build1 source package in Ubuntu

Changelog

eet (1.4.0-2.1build1) precise; urgency=low

  * Rebuild for libjpeg8.
 -- Colin Watson <email address hidden>   Tue, 18 Oct 2011 13:47:02 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Pkg-e Team
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libs

Downloads

File Size SHA-256 Checksum
eet_1.4.0.orig.tar.gz 560.2 KiB 0355656d938b4086b42d65ceb6eb6f1637d990231f10707be968730b592f0bc3
eet_1.4.0-2.1build1.diff.gz 5.2 KiB 66bcadb58b5b2bc4fd250f6ec78f017604efc410fd0aef40aa7e96d880563a95
eet_1.4.0-2.1build1.dsc 2.0 KiB afd4533b3f7fb39438866581de5e5d178fdd9e573ce8969919909486bd4fa281

View changes file

Binary packages built by this source

libeet-bin: Enlightenment DR17 file chunk reading/writing utility

 Eet is a tiny library designed to write an arbitrary set of chunks of data to a
 file and optionally compress each chunk (very much like a zip file) and allows
 fast random-access reading of the file later on. It does not do zip as zip
 itself has more complexity than needed, and it was much simpler to implement
 this once here.
 .
 This package contains eet, an utility that allows you to extract, insert,
 encode and decode config blobs created with libeet.

libeet-dbg: No summary available for libeet-dbg in ubuntu quantal.

No description available for libeet-dbg in ubuntu quantal.

libeet-dev: No summary available for libeet-dev in ubuntu quantal.

No description available for libeet-dev in ubuntu quantal.

libeet-doc: No summary available for libeet-doc in ubuntu quantal.

No description available for libeet-doc in ubuntu quantal.

libeet1: Enlightenment DR17 file chunk reading/writing library

 Eet is a tiny library designed to write an arbitrary set of chunks of data to a
 file and optionally compress each chunk (very much like a zip file) and allows
 fast random-access reading of the file later on. It does not do zip as zip
 itself has more complexity than needed, and it was much simpler to implement
 this once here.
 .
 It's small, fast, and does a job. It's heavily commented and fully documented.