Package java-dirq: Information

    Source package: java-dirq
    Version: 1.8-alt1_13jpp11
    Build time:  Jun 4, 2021, 09:56 PM in the task #273618
    Category: Development/Java
    Report package bug
    License: ASL 2.0
    Summary: Directory based queue
    Description: 
    The goal of this module is to offer a simple queue system using the underlying
    file system for storage, security and to prevent race conditions via atomic
    operations. It focuses on simplicity, robustness and scalability.
    
    This module allows multiple concurrent readers and writers to interact with
    the same queue.
    
    A Perl implementation (Directory::Queue) and a Python implementation (dirq)
    of the same algorithm are available so readers and writers can be written in
    different programming languages.

    List of RPM packages built from this SRPM:
    java-dirq (noarch)
    java-dirq-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. maven-local
      2. mvn(org.apache.maven.plugins:maven-source-plugin)
      3. jpackage-11-compat
      4. /proc
      5. rpm-build-java

    Last changed


    June 4, 2021 Igor Vlasenko 1.8-alt1_13jpp11
    - new version