libjava-jdbc-clojure 0.7.0-1 source package in Ubuntu

Changelog

libjava-jdbc-clojure (0.7.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.7.0
  * d/rules: do not override dh_installchangelogs
  * Bump Standards to 4.0.0; no changes needed
  * Use dpkg/pkg-info.mk to get the upstream version
  * Install only README.md using dh_installdocs

 -- Apollon Oikonomopoulos <email address hidden>  Mon, 07 Aug 2017 00:11:58 -0400

Upload details

Uploaded by:
Debian Clojure Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Clojure Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe java

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjava-jdbc-clojure_0.7.0-1.dsc 2.1 KiB 60d0a95d9c938317bde02e9417c0cf0b11ae9ee62a1e247f740cb345e7be6383
libjava-jdbc-clojure_0.7.0.orig.tar.gz 53.7 KiB 12eacee76fc4898c8abc9d86c33565d5dd3db851d165a092326395dbba849b88
libjava-jdbc-clojure_0.7.0-1.debian.tar.xz 6.5 KiB dc05419f28f27cff6e804c53a317a5de199693c0b1e31e29ea0312d28321be01

Available diffs

No changes file available.

Binary packages built by this source

libjava-jdbc-clojure: Clojure interface to sql databases via jdbc

 This Clojure library provides a simple abstraction for CRUD (create, read,
 update, delete) operations on a SQL database, along with basic transaction
 support. Basic DDL operations are also supported (create table, drop table,
 access to table metadata).
 .
 This library was formerly known as clojure.contrib.sql.