flim 1:1.14.9+0.20120428-17 source package in Ubuntu

Changelog

flim (1:1.14.9+0.20120428-17) unstable; urgency=medium

  * Update 010_flim-1_14-wl.patch to 2016-12-11
  * Update debian/copyright
  * Drop 020_xemacs.patch (unneeded)
  * Prefer emacs-nox over emacs

 -- Tatsuya Kinoshita <email address hidden>  Thu, 05 Jan 2017 23:47:46 +0900

Upload details

Uploaded by:
Tatsuya Kinoshita
Uploaded to:
Sid
Original maintainer:
Tatsuya Kinoshita
Architectures:
all
Section:
mail
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flim_1.14.9+0.20120428-17.dsc 1.9 KiB 698a3225a0ab4dd29cb418855f65ae3baedd5814d1436524a8f82a88104865e0
flim_1.14.9+0.20120428.orig.tar.gz 179.7 KiB ad3cbb3fe5ed2f4fcb3c91005f2d286c1a5ea42e3eb7d837c6cd59bf78768a94
flim_1.14.9+0.20120428-17.debian.tar.xz 52.6 KiB 1bd377a426ef7bca9ab040ea8e78254bef2457bd2551f049b60dd7d133637331

No changes file available.

Binary packages built by this source

flim: library about internet message for emacsen

 FLIM (Faithful Library about Internet Message) is a library to provide
 basic functions about message representation and encoding for emacsen.
 It consists of following modules:
 .
  std11.el STD 11 (RFC 822) parser and utility
  mime.el to provide various services about MIME-entities
  mime-def.el Definitions about MIME format
  mime-parse.el MIME parser
  mel.el MIME encoder/decoder
  mel-b-dl.el base64 (B-encoding) encoder/decoder
                   (for Emacs 20 with dynamic loading support)
  mel-b-ccl.el base64 (B-encoding) encoder/decoder (using CCL)
  mel-b-en.el base64 (B-encoding) encoder/decoder (for other emacsen)
  mel-q-ccl.el quoted-printable and Q-encoding encoder/decoder (using CCL)
  mel-q.el quoted-printable and Q-encoding encoder/decoder
  mel-u.el unofficial backend for uuencode
  mel-g.el unofficial backend for gzip64
  eword-decode.el encoded-word decoder
  eword-encode.el encoded-word encoder