Skip to content

Commit 26298e4

Browse files
authored
add scalacheck-xml to readme (#608)
1 parent 25f1ce1 commit 26298e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ The XML spec has some features that are best turned off, to avoid unsavory thing
4141
- [Json4s XML](https://github.com/json4s/json4s) - Conversion to and from JSON
4242
- [monadic-html](https://github.com/OlivierBlanvillain/monadic-html) - DOM-like event-based programming with XHTML
4343
- [phobos](https://github.com/TinkoffCreditSystems/phobos) - Data-binding library based on stream parsing using Aalto XML
44+
- [scalacheck-xml](https://github.com/typelevel/scalacheck-xml) - Provides Scalacheck instances for scala-xml
4445
- [scalaxb](http://scalaxb.org/) - XML data binding, serialization, SOAP and WSDL support
4546
- [ScalaTags](https://github.com/lihaoyi/scalatags) - Alternative syntax for XML literals
4647
- [scala-xml-dotty](https://github.com/felixmulder/scala-xml-dotty) - Macro library for XML literals in Dotty
4748
- [XML SPaC](https://github.com/dylemma/xml-spac) - Streaming event-based parser combinators
4849
- [xs4s](https://github.com/ScalaWilliam/xs4s) - XML streaming for Scala
4950
- [xtract](https://github.com/lucidsoftware/xtract) - A library for deserializing XML
5051

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

0 commit comments

Comments
 (0)