spec-alpha-clojure 0.2.194-3 source package in Ubuntu

Changelog

spec-alpha-clojure (0.2.194-3) unstable; urgency=medium

  * Actually fix #992736

 -- Elana Hashman <email address hidden>  Sat, 14 May 2022 12:44:45 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
spec-alpha-clojure_0.2.194-3.dsc 2.2 KiB eb5e399c3332f112f55390cf24a31e6ef20660423624daf45e3ea485af0e55c5
spec-alpha-clojure_0.2.194.orig.tar.gz 38.2 KiB 4321710ddb37cd5218067996517329ee989f78442c282e8704399cfb23eabeaa
spec-alpha-clojure_0.2.194-3.debian.tar.xz 7.2 KiB ba66bdd5824b5cb88bdc28fbe0c029a31939bfa3481ce765a67ee1a78b6bdc9f

Available diffs

No changes file available.

Binary packages built by this source

libspec-alpha-clojure: library to describe the structure of data and functions

 spec is a Clojure library to describe the structure of data and
 functions. Specs can be used to validate data, conform (destructure)
 data, explain invalid data, generate examples that conform to the specs,
 and automatically use generative testing to test functions.