Skip to content

Commit f45ed5f

Browse files
committedDec 3, 2014
Clarify we're looking for a maintainer.
1 parent 41328fc commit f45ed5f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
scala-xml [<img src="https://api.travis-ci.org/scala/scala-xml.png"/>](https://travis-ci.org/scala/scala-xml)
22
=========
33

4-
The standard Scala XML library.
4+
The standard Scala XML library. Not actively maintained.
5+
6+
Would you like to maintain this project? (Please open an issue/send an email!)
57

68
As of Scala 2.11, this library is a separate jar that can be omitted from Scala projects that do not use XML.
7-
We're also looking forward to alternative implementations!
9+
10+
The compiler was decoupled from this particular implementation using the same approach as for comprehensions (xml syntax is desugared into a set of method calls, which unfortunately is only defined by the implementation). Alternative implementations are welcome!
811

912
API documentation is available [here](http://www.scala-lang.org/api/current/scala-xml/).
1013

0 commit comments

Comments
 (0)
Please sign in to comment.