https://github.com/typelevel/scalacheck-xml
Scalacheck instances for scala-xml
https://github.com/typelevel/scalacheck-xml
Last synced: 8 months ago
JSON representation
Scalacheck instances for scala-xml
- Host: GitHub
- URL: https://github.com/typelevel/scalacheck-xml
- Owner: typelevel
- Created: 2022-06-16T18:33:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T21:29:38.000Z (9 months ago)
- Last Synced: 2025-07-21T17:56:22.050Z (8 months ago)
- Language: Scala
- Size: 280 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scalacheck-xml
Provides [Scalacheck][scalacheck] instances for [scala-xml][scala-xml].
## Status
- The library adheres to early-semver, but it's experimental. Breaking changes are probable.
- Currently only targets a subset XML 1.0, Fourth Edition, as implemented by Xerces.
- Not yet officially adopted as a Typelevel project with the support and governance that implies.
[scalacheck]: https://scalacheck.org/
[scala-xml]: https://github.com/scala/scala-xml