Skip to content

Commit 471721a

Browse files
committed
Update README.md
1 parent 1ece397 commit 471721a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
This repository hosts source code for the following (related) projects :
1+
This repository (used to) host / incubated source code for the following (related) projects :
22

3-
* [JNAerator](http://code.google.com/p/jnaerator/) parses C, C++ and Objective-C headers and generates Java bindings for use with BridJ, JNA or Rococoa
3+
* [JNAerator](http://github.com/ochafik/JNAerator) parses C, C++ and Objective-C headers and generates Java bindings for use with BridJ, JNA or Rococoa
44

55
[CHANGELOG](https://github.com/ochafik/nativelibs4java/blob/master/libraries/jnaerator/CHANGELOG) | [FAQ](http://code.google.com/p/jnaerator/wiki/JNAeratorFAQ) | [Credits and License](http://code.google.com/p/jnaerator/wiki/CreditsAndLicense)
6-
* [BridJ](http://code.google.com/p/bridj/) is a runtime library that lets Java developers use C/C++ with dynamic bindings (no need to compile any native bindings)
6+
* [BridJ](http://github.com/ochafik/BridJ) is a runtime library that lets Java developers use C/C++ with dynamic bindings (no need to compile any native bindings)
77

88
[CHANGELOG](https://github.com/ochafik/nativelibs4java/blob/master/libraries/BridJ/CHANGELOG) | [FAQ](http://code.google.com/p/bridj/wiki/FAQ) | [JavaDoc](http://nativelibs4java.sourceforge.net/bridj/api/development/) | [Credits and License](http://code.google.com/p/bridj/wiki/CreditsAndLicense)
9-
* [JavaCL](http://code.google.com/p/javacl/) provides OpenCL bindings + a high-level object-oriented API that hides away much of the complexity of GPGPU + useful utilities
9+
* [JavaCL](http://github.com/ochafik/JavaCL) provides OpenCL bindings + a high-level object-oriented API that hides away much of the complexity of GPGPU + useful utilities
1010

1111
[CHANGELOG](https://github.com/ochafik/nativelibs4java/blob/master/libraries/OpenCL/CHANGELOG) | [FAQ](http://code.google.com/p/javacl/wiki/FAQ) | [JavaDoc](http://nativelibs4java.sourceforge.net/javacl/api/stable/) | [Credits and License](http://code.google.com/p/bridj/wiki/CreditsAndLicense)
1212
* [ScalaCL](http://code.google.com/p/scalacl/) provides GPGPU-powered collections for Scala, with map/filter operations running straight on the GPU (converts Scala code to OpenCL).

0 commit comments

Comments
 (0)