scala.scalanative

build

package build

Visibility
  1. Public
  2. All

Type Members

  1. final class BuildException extends Exception

    Exception that is thrown when a Scala Native build fails.

  2. sealed trait Config extends AnyRef

    An object describing how to configure the Scala Native toolchain.

  3. sealed abstract class GC extends AnyRef

    Garbage Collector.

  4. trait Logger extends AnyRef

    Interface to report and/or collect messages given by the toolchain.

  5. sealed abstract class Mode extends AnyRef

    Compilation mode.

Value Members

  1. object Build

    Utility methods for building code using Scala Native.

  2. object Config

  3. object Discover

    Utilities for discovery of command-line tools and settings required to build Scala Native applications.

  4. object GC

  5. object Logger

  6. object Mode

Ungrouped