scopt 3.5.0+repack-1 source package in Ubuntu

Changelog

scopt (3.5.0+repack-1) unstable; urgency=medium

  * Team upload.
  * Upload to unstable
  * No longer build with the embedded SBT using Scala 2.10 (Closes: #901520)
  * Removed the upstream tarballs with the embedded SBT and its dependencies
  * Removed the unused dependency on javahelper
  * Standards-Version updated to 4.2.1
  * Switch to debhelper level 11
  * Added the missing Vcs-* fields

 -- Emmanuel Bourg <email address hidden>  Wed, 14 Nov 2018 10:43:32 +0100

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
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scopt_3.5.0+repack-1.dsc 2.0 KiB 1a889f05b08b05952d7c477101e88cb3baa5b7ce43405ffbd53f2aa6f847e13c
scopt_3.5.0+repack.orig.tar.gz 23.1 KiB a3d5b90e0aff66b6560aadb37a3761f273ad1be252c3b812d557cc66cc501807
scopt_3.5.0+repack-1.debian.tar.xz 3.1 KiB 0be18f831c1e59821bf2c2d98b805ee2e3c919f197f52a2b6f66af43159ae34c

No changes file available.

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.