Skip to content
/ zinc Public
forked from sbt/zinc

Scala incremental compiler library, originally part of sbt

License

Notifications You must be signed in to change notification settings

eed3si9n/zinc

 
 

Repository files navigation

Zinc

Zinc is an incremental compilation module of sbt with the sbt-agnostic API.

Zinc has been spawned with this command executed in sbt's repo:

$ git filter-branch --index-filter 'git rm --cached -qr -- . && git reset -q $GIT_COMMIT -- compile interface util/classfile util/classpath util/datatype util/relation' --prune-empty

Status

The zinc project that lives under "sbt" organization is a successor to typesafehub/zinc. The intent is to polish this project and retire zinc living under typesafehub. Check #80 for more information.

License

See [LICENSE].

About

Scala incremental compiler library, originally part of sbt

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 95.8%
  • Java 3.9%
  • Shell 0.3%