https://github.com/scalalandio/chimney-macro-commons
Macro utilities that Chimney is build upon
https://github.com/scalalandio/chimney-macro-commons
macros scala scala-macros scala2 scala3-metaprogramming
Last synced: 8 months ago
JSON representation
Macro utilities that Chimney is build upon
- Host: GitHub
- URL: https://github.com/scalalandio/chimney-macro-commons
- Owner: scalalandio
- License: apache-2.0
- Created: 2025-03-13T10:52:55.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-03-22T10:29:56.000Z (9 months ago)
- Last Synced: 2025-03-22T11:27:06.107Z (9 months ago)
- Topics: macros, scala, scala-macros, scala2, scala3-metaprogramming
- Language: Scala
- Homepage: https://chimney.readthedocs.io/
- Size: 4.74 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# Chimney Macro Commons
[](https://index.scala-lang.org/scalalandio/chimney/chimney-macro-commons)
[](https://github.com/scalalandio/chimney-macro-commons/actions)
[](http://www.apache.org/licenses/LICENSE-2.0.txt) [](https://github.com/scalalandio/chimney/discussions)
[](https://javadoc.io/doc/io.scalaland/chimney-macro-commons_2.12)
[](https://javadoc.io/doc/io.scalaland/chimney-macro-commons_2.13)
[](https://javadoc.io/doc/io.scalaland/chimney-macro-commons_3)
Macro utilities that helped building Chimney. Supported for (2.12, 2.13, 3.3+) x (JVM, Scala.js, Scala Native).
Chimney documentation is available at https://chimney.readthedocs.io. Read the Docs keeps it versioned in case you need
to access documentation for older versions.
If you are looking to up-to-date artifacts versions ready to copy-paste into your build tool, we recommend
[Scaladex](https://index.scala-lang.org/scalalandio/chimney/artifacts/chimney-macro-commons) or
[Maven Repository](https://mvnrepository.com/search?q=chimney-macro-commons).
## Contribution
A way to get started is described in [CONTRIBUTING.md](CONTRIBUTING.md) and the general overview of the architecture
is given in [DESIGN.md](DESIGN.md) and in [Under the hood](https://chimney.readthedocs.io/under-the-hood/)
section of the documentation.