libjsr166y-java 1.7.0-2 source package in Ubuntu
Changelog
libjsr166y-java (1.7.0-2) unstable; urgency=medium * Upload to unstable. * Bump DH compatibility level to 9. * Remove obsolete DM-Upload-Allowed field. * Bump Standards-Version to 3.9.6. No changes were required. * Update copyright file. * Update maintainer email address. * Update Vcs-* URLs. * Fix errors with javadoc generation. -- Miguel Landaeta <email address hidden> Sat, 25 Apr 2015 22:15:43 -0300
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | java | |
Bionic | release | universe | java | |
Xenial | release | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libjsr166y-java_1.7.0-2.dsc | 2.1 KiB | de15e856413ae519226b297c594336a8f1c860394315a108f088709165526def |
libjsr166y-java_1.7.0.orig.tar.gz | 825.2 KiB | 39e6ecc4f87b6534e6a2c129bd9fa4dc6376a0e93dd651e89b0319cc8390f372 |
libjsr166y-java_1.7.0-2.debian.tar.xz | 4.8 KiB | b66b42d4133c0951c20d8f7cccc86068ecd44590f2007cd27b9db248c4eb868d |
Available diffs
- diff from 1.7.0-1 to 1.7.0-2 (1.3 KiB)
No changes file available.
Binary packages built by this source
- libjsr166y-java: No summary available for libjsr166y-java in ubuntu zesty.
No description available for libjsr166y-java in ubuntu zesty.
- libjsr166y-java-doc: Documentation for libjsr166y-java
Documentation for JSR166 that provides a Java framework that
supports a style of parallel programming in which problems are
solved by (recursively) splitting them into subtasks that
are solved in parallel, waiting for them to complete, and
then composing results.
.
Fork/Join parallelism is among the simplest and most
effective design techniques for obtaining good parallel
performance. Fork/Join algorithms are parallel versions
of familiar divide-and-conquer algorithms.
.
JSR166y includes a parallel computation framework:
ForkJoinTasks and their related support classes provide a
very efficient basis for obtaining platform-independent
parallel speed-ups of computation-intensive operations.
.
This package contains javadocs for jsr166y and extra166y
Java packages.