File: control

package info (click to toggle)
kotlinx-atomicfu 0.11.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 436 kB
  • sloc: sh: 146; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: kotlinx-atomicfu
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 gradle-debian-helper (>= 2.4~),
 kotlin,
 libasm-java,
 maven-repo-helper
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/java-team/kotlinx-atomicfu
Vcs-Git: https://salsa.debian.org/java-team/kotlinx-atomicfu.git
Homepage: https://github.com/Kotlin/kotlinx-atomicfu

Package: libkotlinx-atomicfu-java
Architecture: all
Depends: ${misc:Depends}, libasm-java
Description: AtomicFU - Idiomatic atomic operations in Kotlin
 AtomicFU is a library that provides the idiomatic and effective  way of using
 atomic operations in Kotlin: Code it like a boxed value, but run it efficiently
 as java.util.concurrent.atomic.AtomicXxxFieldUpdater. Kotlin-specific
 extensions (e.g. inline loop, update, updateAndGet functions), atomic arrays,
 user-defined extensions on atomics and locks.