jimfs 1.1-6 source package in Ubuntu

Changelog

jimfs (1.1-6) unstable; urgency=medium

  [ Andreas Tille ]
  * Team upload.
  * Standards-Version: 4.5.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Point Vcs fields to salsa.debian.org (routine-update)
  * Drop useless get-orig-source target (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Drop redundant debian/gbp.conf

  [ Thorsten Glaser ]
  * Build targetting Java 1.8
    Closes: #963396

 -- Andreas Tille <email address hidden>  Sat, 08 Aug 2020 17:29:41 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jimfs_1.1-6.dsc 2.1 KiB 22b2b6710e2d0869742f6e2193eeab9fc306753faba13d4ebc49a8b99abc81f3
jimfs_1.1.orig.tar.gz 146.9 KiB 756e33ad910e4f2a15c3704b8e0d97d23b41b001f258a9a53c484d8752cdfdbc
jimfs_1.1-6.debian.tar.xz 4.3 KiB 3578384539cbc54166c1268a64df9e4149bc5e053d72422fa02e113a900dcbed

Available diffs

No changes file available.

Binary packages built by this source

libjimfs-java: No summary available for libjimfs-java in ubuntu hirsute.

No description available for libjimfs-java in ubuntu hirsute.

libjimfs-java-doc: Documentation for libjimfs-java

 Jimfs is an in-memory file system for Java 7 and above, implementing
 the java.nio.file abstract file system APIs. Jimfs supports almost
 all the APIs under java.nio.file. It supports:
 .
  * Creating, deleting, moving and copying files and directories.
  * Reading and writing files with FileChannel or SeekableByteChannel,
    InputStream, OutputStream, etc. Symbolic links.
  * Hard links to regular files.
  * SecureDirectoryStream, for operations relative to an open directory.
  * Glob and regex path filtering with PathMatcher.
  * Watching for changes to a directory with a WatchService.
  * File attributes. Built-in attribute views that can be supported
    include "basic", "owner", "posix", "unix", "dos", "acl" and "user".
    Do note, however, that not all attribute views provide useful
     attributes.
 .
 For example, while setting and reading POSIX file permissions is
 possible with the "posix" view, those permissions will not actually
 affect the behavior of the file system.
 .
 Jimfs also supports creating file systems that, for example, use
 Windows-style paths and (to an extent) behavior. In general, however,
 file system behavior is modeled after UNIX and may not exactly match
 any particular real file system or platform.
 .
 This package contains the generated API documentation.