An open API service indexing awesome lists of open source software.

https://github.com/elitemastereric/hxjava-externs

Haxe externs for various popular Java libraries.
https://github.com/elitemastereric/hxjava-externs

Last synced: 4 months ago
JSON representation

Haxe externs for various popular Java libraries.

Awesome Lists containing this project

README

          

# hxjava-externs

A project containing generated externs for different Java projects.

Generated using [java-haxe-extern-creator](https://github.com/EliteMasterEric/java-haxe-extern-creator)

## Adding a Project

```bash
cd ./in
git submodule add

# Edit and run convert.bat to point to the right classpath, package, and destination folder.
# Format generated externs.
# Copy template files, find and replace TEMPLATE=library name and URL=git link to source

# Publish
haxelib submit .
```