cl-xmls 3.0.2-1 source package in Ubuntu

Changelog

cl-xmls (3.0.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Bump to debhelper compat level 12
  * Rewrite d/rules using dh
  * Rewrite d/copyright in machine-readable format 1.0
  * Expand long description
  * Remove upstream GPG key, the signature is not in detached format
  * Add Rules-Requires-Root: no
  * Add M-A: foreign
  * Bump to S-V 4.3.0
  * Add Depends on cl-flexi-streams and cl-ppcre, needed by xmls/octets
    system
  * Add Recommends on cl-fiveam, needed for the testsuite
  * Add autopkgtests that runs testsuite in sbcl, ecl and clisp

 -- Sébastien Villemot <email address hidden>  Sat, 09 Feb 2019 16:42:07 +0100

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel
Jammy release universe devel
Focal release universe devel

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-xmls_3.0.2-1.dsc 2.2 KiB 51145bb9c2eb062ea76a4c492bc73db7b12bb31c4b134b8b093228b6d4c0aee9
cl-xmls_3.0.2.orig.tar.gz 110.4 KiB f1cd735f6d035058193616be5b0259a2291de3a212553864218fc92f0cdff5e4
cl-xmls_3.0.2.orig.tar.gz.asc 110.6 KiB b49cc37a3541c51f76bfe8248d273ed61634953155b76c380b611859c6115c15
cl-xmls_3.0.2-1.debian.tar.xz 3.5 KiB ac668936ce9298ed86399c797b5387b862c4d9dd127ff6a21104e73b353b7e80

Available diffs

No changes file available.

Binary packages built by this source

cl-xmls: XML Simple Parser for Common Lisp

 XMLS is a small, simple, non-validating XML parser for Common Lisp. It's
 designed to be a self-contained, easily embedded parser that recognizes a
 useful subset of the XML spec. It provides a simple mapping from XML to Lisp
 structures or S-expressions and back.