From a75465d44c548382c228451d86691b25d9f6d9c9 Mon Sep 17 00:00:00 2001 From: Nikolay Gorylenko Date: Wed, 26 Aug 2015 21:45:06 +0200 Subject: [PATCH 1/2] fix website link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed4ddc74..3c1f64ee 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [JavaCL](http://javacl.googlecode.com) provides OpenCL bindings for Java. It wraps low-level bindings in a clean object-oriented API, which adds a few goodies. -A comprehensive documentation is available on its [WebSite](javacl.googlecode.com) and [Wiki](https://code.google.com/p/javacl/wiki/FAQ?tm=6). +A comprehensive documentation is available on its [WebSite](http://javacl.googlecode.com) and [Wiki](https://code.google.com/p/javacl/wiki/FAQ?tm=6). It was previously hosted on [ochafik/nativelibs4java](http://github.com/ochafik/nativelibs4java). From 2a07936f475052ab97f06d638f4af33a8dfa4b62 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Thu, 10 Nov 2022 02:27:43 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c1f64ee..ff2fa27c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +__BEWARE__: _This project hasn't been maintained in many years. An effort to refresh the BridJ / JNAerator / JavaCL stack is in progress (Nov 2022), with no guarantees_. + [![Maven Central](https://img.shields.io/maven-central/v/com.nativelibs4java/javacl.svg)]() [![Build Status](https://travis-ci.org/nativelibs4java/JavaCL.svg?branch=feature_travis-build)](https://travis-ci.org/nativelibs4java/JavaCL) [![Join the chat at https://gitter.im/nativelibs4java/JavaCL](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nativelibs4java/JavaCL?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [JavaCL](http://javacl.googlecode.com) provides OpenCL bindings for Java. It wraps low-level bindings in a clean object-oriented API, which adds a few goodies.