All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy

// $COVERAGE-OFF$
package de.sciss.proc

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "SoundProcesses-core". */
  val name: String = "SoundProcesses-core"
  /** The value is "de.sciss". */
  val organization: String = "de.sciss"
  /** The value is "4.14.15". */
  val version: String = "4.14.15"
  /** The value is "3.1.0". */
  val scalaVersion: String = "3.1.0"
  /** The value is "A framework for creating and managing ScalaCollider based sound processes". */
  val description: String = "A framework for creating and managing ScalaCollider based sound processes"
  /** The value is new java.net.URL("https://codeberg.org/sciss/SoundProcesses"). */
  val homepage = new java.net.URL("https://codeberg.org/sciss/SoundProcesses")
  /** The value is "AGPL v3+". */
  val license = "AGPL v3+"
  override val toString: String = {
    "name: %s, organization: %s, version: %s, scalaVersion: %s, description: %s, homepage: %s, license: %s".format(
      name, organization, version, scalaVersion, description, homepage, license
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy