Skip to content

add scalacheck-xml to readme #608

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ The XML spec has some features that are best turned off, to avoid unsavory thing
- [Json4s XML](https://github.com/json4s/json4s) - Conversion to and from JSON
- [monadic-html](https://github.com/OlivierBlanvillain/monadic-html) - DOM-like event-based programming with XHTML
- [phobos](https://github.com/TinkoffCreditSystems/phobos) - Data-binding library based on stream parsing using Aalto XML
- [scalacheck-xml](https://github.com/typelevel/scalacheck-xml) - Provides Scalacheck instances for scala-xml
- [scalaxb](http://scalaxb.org/) - XML data binding, serialization, SOAP and WSDL support
- [ScalaTags](https://github.com/lihaoyi/scalatags) - Alternative syntax for XML literals
- [scala-xml-dotty](https://github.com/felixmulder/scala-xml-dotty) - Macro library for XML literals in Dotty
- [XML SPaC](https://github.com/dylemma/xml-spac) - Streaming event-based parser combinators
- [xs4s](https://github.com/ScalaWilliam/xs4s) - XML streaming for Scala
- [xtract](https://github.com/lucidsoftware/xtract) - A library for deserializing XML

See also the "XML" section of [Awesome Scala](https://github.com/lauris/awesome-scala).
You might also [search "XML" on Scaladex](https://index.scala-lang.org/search?q=xml).