Templates
This page lists some example code packages which you can use as templates when creating a new program that will be distributed using 0install, or as examples for your own programs.
C
- GNU-Hello
- A sample C program built using autoconf and make. Shows how to make a source package that can be used by 0compile to create a binary release. See 0release: binaries for details.
- hello-scons
- Another C program, but this time using SCons instead of Make as the build tool. See 0compile: Scons for details.
- hello-c-cmake
- A C program built using CMake.
Java
- hello-java
- A Java program, built using SCons. Gets SCons, the Java JDK and the Java JRE through 0install.
- Maven integration with pom2feed
- Build your project with Maven, creating a 0install feed for it automatically.
Python
- hello-python
- A simple Python program. Depends on Python 2.x using 0install. See the 0release tutorial for more information.