Thanks to visit codestin.com
Credit goes to github.com

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

peiyuwang/zinc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,229 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.9%
  • Java 3.8%
  • Shell 0.3%