parsley-clojure 0.9.3-1 source package in Ubuntu

Changelog

parsley-clojure (0.9.3-1) unstable; urgency=medium

  * Initial release. (Closes: #719664)

 -- Elana Hashman <email address hidden>  Thu, 11 May 2017 23:54:19 -0400

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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
parsley-clojure_0.9.3-1.dsc 2.1 KiB 7e413097b3ed2c099821c4f64151bf20b518c0e756562b7ef290e5a2dd4e1198
parsley-clojure_0.9.3.orig.tar.gz 20.5 KiB 7b2e1028350cbda5f0ef0657aa93f98eafac539e4bd2fe871a24fc12f0065da6
parsley-clojure_0.9.3-1.debian.tar.xz 6.8 KiB cd98c5b2a6525604a113beff2d12b2714fcc9afdad7ee1570bd0cd78521fb1b6

No changes file available.

Binary packages built by this source

libparsley-clojure: DSL for creating total and truly incremental parsers in Clojure

 Parsley can create parsers for custom grammars and yield parse-trees for any
 given input. The parsers generated by Parsley are a variant of LR parsers.