Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 17008dc

Browse files
committed
update README to prepare for archiving repo
references #73
1 parent 9c5f214 commit 17008dc

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
# scala-continuations [![Build Status](https://travis-ci.org/scala/scala-continuations.svg?branch=master)](https://travis-ci.org/scala/scala-continuations)
1+
scala-continuations is a compiler plugin and library for Scala providing support for CPS (continuation-passing style) transformations.
22

3-
scala-continuations is a library and a compiler plugin for Scala language that provides support for CPS transformations.
3+
It is no longer maintained. Past releases (for Scala 2.12 and earlier) remain available on Maven Central.
44

5-
You may also be interested in https://github.com/scala/scala-async, which covers what was once the most common use case for the continuations plugin.
6-
7-
## Maintenance
8-
9-
This library is community-maintained.
10-
11-
There is not currently a lead maintainer. If you would like to volunteer, please open an issue and say so.
12-
13-
(In the absence of a volunteer maintainer, the Scala team at Lightbend is doing the barest minimum maintenance.)
14-
15-
## Scala versions supported
16-
17-
The current development branch supports Scala 2.11 and 2.12 on JDK 8+. (Older artifacts, supporting older Scala versions, remain available on Maven Central.)
18-
19-
The [support for Scala 2.13](https://github.com/scala/scala-continuations/issues/37) is work in progress.
5+
You might also be interested in https://github.com/scala/scala-async, which covers what was once the most common use case for the continuations plugin.

0 commit comments

Comments
 (0)