scopt 3.5.0+repack-1build1 source package in Ubuntu
Changelog
scopt (3.5.0+repack-1build1) resolute; urgency=medium * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257) -- Graham Inggs <email address hidden> Mon, 24 Nov 2025 18:18:02 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Resolute
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Resolute | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| scopt_3.5.0+repack.orig.tar.gz | 23.1 KiB | a3d5b90e0aff66b6560aadb37a3761f273ad1be252c3b812d557cc66cc501807 |
| scopt_3.5.0+repack-1build1.debian.tar.xz | 3.1 KiB | 93b93e8dcb668b98896f0d3e74ef47c6ce7a4883fc8295a415dd696a67d1927d |
| scopt_3.5.0+repack-1build1.dsc | 2.0 KiB | a93db56a2be8dd99792721c00ef56e46b6b9e02ccd877f6aeedd44058a87bd63 |
Available diffs
Binary packages built by this source
- libscopt-java: Simple scala command line options parsing
Scopt provides two styles of parsing: immutable and mutable.
In immutable parsing style, a config object is passed around as an argument
into action callbacks. On the other hand, in mutable parsing style you are
expected to modify the config object in place.
