From afe1b95dbcca33b531d815d65880f47924c3857b Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 22 Jun 2022 08:46:17 -0500 Subject: [PATCH] add scalacheck-xml to readme and replace Awesome Scala link with Scaladex link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 535484a2..0d136143 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ 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 @@ -48,4 +49,4 @@ The XML spec has some features that are best turned off, to avoid unsavory thing - [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).