Skip to content

Commit dba9097

Browse files
Create README.md
1 parent 0f0f4b4 commit dba9097

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

Diff for: README.md

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# RxJava Computation Expressions
2+
3+
Computation expressions for [RxJava](https://github.com/ReactiveX/RxJava).
4+
5+
## Master Build Status
6+
7+
<a href='https://travis-ci.org/ReactiveX/RxJavaComputationExpressions/builds'><img src='https://travis-ci.org/ReactiveX/RxJavaComputationExpressions.svg?branch=0.x'></a>
8+
9+
## Communication
10+
11+
- Google Group: [RxJava](http://groups.google.com/d/forum/rxjava)
12+
- Twitter: [@RxJava](http://twitter.com/RxJava)
13+
- [GitHub Issues](https://github.com/ReactiveX/RxJava/issues)
14+
15+
16+
## Binaries
17+
18+
Binaries and dependency information for Maven, Ivy, Gradle and others can be found at [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cio.reactivex.rxjava-reactive-streams).
19+
20+
Example for Maven:
21+
22+
```xml
23+
<dependency>
24+
<groupId>io.reactivex</groupId>
25+
<artifactId>rxjava-computation-expressions</artifactId>
26+
<version>x.y.z</version>
27+
</dependency>
28+
```
29+
and for Ivy:
30+
31+
```xml
32+
<dependency org="io.reactivex" name="rxjava-computation-expressions" rev="x.y.z" />
33+
```
34+
35+
## Build
36+
37+
To build:
38+
39+
```
40+
$ git clone [email protected]:ReactiveX/RxJavaComputationExpressions.git
41+
$ cd RxJavaComputationExpressions/
42+
$ ./gradlew build
43+
```
44+
45+
## Bugs and Feedback
46+
47+
For bugs, questions and discussions please use the [Github Issues](https://github.com/ReactiveX/RxJavaComputationExpressions/issues).
48+
49+
50+
## LICENSE
51+
52+
Licensed under the Apache License, Version 2.0 (the "License");
53+
you may not use this file except in compliance with the License.
54+
You may obtain a copy of the License at
55+
56+
<http://www.apache.org/licenses/LICENSE-2.0>
57+
58+
Unless required by applicable law or agreed to in writing, software
59+
distributed under the License is distributed on an "AS IS" BASIS,
60+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61+
See the License for the specific language governing permissions and
62+
limitations under the License.

0 commit comments

Comments
 (0)