implicit.ly

Scala software, hot off the presses

argot 0.4

  • Added Scala 2.9.2 to the set of cross-built versions.

Argot is a command-line parser library for Scala, supporting:

  • single-value and multi-value options
  • single-value and multi-value parameters
  • flag and non-flag options
  • GNU-style long options, (i.e., "--option")
  • POSIX-style short options, (i.e., single "-" lead-in), with option grouping (e.g., "tar -xcf foo.tgz")
  • automatic parameter conversion (i.e., values with non-string types, with automatic conversion)
  • the ability to supply your own conversion functions

You can find complete details, including usage information, on the Argot home page.

via herald

Filed under  //   argot  

argot 0.3.6

  • Converted to use SBT 0.11.2.
  • Updated ScalaTest versions.
  • Added ls.implicit.ly metadata.
  • Now publishes to oss.sonatype.org (and, thence, to the Maven central repo).

Argot is a command-line parser library for Scala, supporting:

  • single-value and multi-value options
  • single-value and multi-value parameters
  • flag and non-flag options
  • GNU-style long options, (i.e., "--option")
  • POSIX-style short options, (i.e., single "-" lead-in), with option grouping (e.g., "tar -xcf foo.tgz")
  • automatic parameter conversion (i.e., values with non-string types, with automatic conversion)
  • the ability to supply your own conversion functions

You can find complete details, including usage information, on the Argot home page.

via herald

Filed under  //   argot  

argot 0.3.5

  • Now builds for Scala 2.9.1, as well as 2.9.0-1, 2.9.0, 2.8.1, and 2.8.0.

Argot is a command-line parser library for Scala, supporting:

  • single-value and multi-value options
  • single-value and multi-value parameters
  • flag and non-flag options
  • GNU-style long options, (i.e., "--option")
  • POSIX-style short options, (i.e., single "-" lead-in), with option grouping (e.g., "tar -xcf foo.tgz")
  • automatic parameter conversion (i.e., values with non-string types, with automatic conversion)
  • the ability to supply your own conversion functions

You can find complete details, including usage information, on the Argot home page.

Filed under  //   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   Scala 2.9.1   argot   org.clapper  

Argot 0.3.3

  • Now builds against Scala 2.9.0.1, as well as Scala 2.9.0, 2.8.1 and 2.8.0.
  • Converted to build with SBT 0.10.1

Argot is a command-line parser library for Scala, supporting:

  • single-value and multi-value options
  • single-value and multi-value parameters
  • flag and non-flag options
  • GNU-style long options, (i.e., "--option")
  • POSIX-style short options, (i.e., single "-" lead-in), with option grouping (e.g., "tar -xcf foo.tgz")
  • automatic parameter conversion (i.e., values with non-string types, with automatic conversion)
  • the ability to supply your own conversion functions

You can find complete details, including usage information, on the Argot home page.

Filed under  //   Argot   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   org.clapper  

argot 0.3.1

  • Now builds against Scala 2.9.0, as well as Scala 2.8.0 and 2.8.1.
  • Updated to version 1.4.1 of ScalaTest for Scala 2.9.0. (Still uses ScalaTest 1.3, for Scala 2.8).
  • Updated to use SBT 0.7.7.
  • Updated to version 1.0.6 of the Grizzled Scala library.

Argot is a command-line parser library for Scala, supporting:

  • single-value and multi-value options
  • single-value and multi-value parameters
  • flag and non-flag options
  • GNU-style long options, (i.e., "--option")
  • POSIX-style short options, (i.e., single "-" lead-in), with option grouping (e.g., "tar -xcf foo.tgz")
  • automatic parameter conversion (i.e., values with non-string types, with automatic conversion)
  • the ability to supply your own conversion functions

You can find complete details, including usage information, on the Argot home page.

Filed under  //   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   argot   org.clapper  

argot 0.2

  • Upgraded Grizzled Scala dependency to version 1.0.3.
  • Now compiles against Scala 2.8.1, as well as 2.8.0.

Argot is a command-line parser library for Scala, supporting:

  • single-value and multi-value options
  • single-value and multi-value parameters
  • flag and non-flag options
  • GNU-style long options, (i.e., "--option")
  • POSIX-style short options, (i.e., single "-" lead-in), with option grouping (e.g., "tar -xcf foo.tgz")
  • automatic parameter conversion (i.e., values with non-string types, with automatic conversion)
  • the ability to supply your own conversion functions

You can find complete details, including usage information, on the Argot home page.

Filed under  //   Scala 2.8.0   Scala 2.8.1   argot   org.clapper  

argot 0.1

  • Initial version.

Argot is a command-line parser library for Scala, supporting:

  • single-value and multi-value options
  • single-value and multi-value parameters
  • flag and non-flag options
  • GNU-style long options, (i.e., "--option")
  • POSIX-style short options, (i.e., single "-" lead-in), with option grouping (e.g., "tar -xcf foo.tgz")
  • automatic parameter conversion (i.e., values with non-string types, with automatic conversion)
  • the ability to supply your own conversion functions

You can find complete details, including usage information, on the Argot home page.

Filed under  //   Scala 2.8.0   Scala 2.8.1.RC2   argot   org.clapper