php-superclosure 2.2.0-1build1 source package in Ubuntu

Changelog

php-superclosure (2.2.0-1build1) xenial; urgency=medium

  * No-change rebuild against php 7

 -- Nish Aravamudan <email address hidden>  Fri, 01 Apr 2016 21:36:06 +0000

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-superclosure_2.2.0.orig.tar.gz 9.9 KiB 88f81be65a2fbaf403d218883e46721f73437728a9ecb61de630f204dda2f565
php-superclosure_2.2.0-1build1.debian.tar.xz 4.5 KiB 174774e9aecb8313e31b91116d57af0b9bad1b67b762e37b64152e2ac3996277
php-superclosure_2.2.0-1build1.dsc 2.1 KiB d3900c0bf7df4a7e5f7e9cf48d48f44800a9a393662413e3a59666c90d3721d8

View changes file

Binary packages built by this source

php-superclosure: Serialize Closure objects, including their context and binding

 SuperClosure is a PHP Library for serializing closures and anonymous
 functions. It comes with two different Closure Analyzers, which each
 support different features regarding the serialization of closures.
 The TokenAnalyzer is not as robust as the AstAnalyzer, but it is around
 20-25 times faster.