Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/source/development/bindings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Language bindings

PROJ bindings are available for a number of different development platforms.

Clojure
=======

`clj-proj <https://github.com/willcohen/clj-proj>`_:
Clojure bindings with embedded native libraries (JNA) and GraalVM WASM fallback

Excel
=====

Expand All @@ -26,9 +32,18 @@ Go bindings for PROJ.
Java
====

`clj-proj (Java API) <https://github.com/willcohen/clj-proj#java-api>`_:
Java API with embedded native libraries (JNA) and GraalVM WASM fallback

`PROJ-JNI <https://github.com/OSGeo/PROJ-JNI>`_:
Java Native Interface for PROJ

JavaScript
==========

`proj-wasm <https://github.com/willcohen/clj-proj#javascript--clojurescript>`_:
ES6 module with WASM-compiled PROJ for Node.js and browsers

Julia
=====
`Proj.jl <https://github.com/JuliaGeo/Proj.jl>`_:
Expand Down
1 change: 1 addition & 0 deletions docs/source/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ Jagiellonian
jakarta
jitter
Jivall
js
João
json
JSON
Expand Down
Loading