Skip to content

Instantly share code, notes, and snippets.

@atomfrede
Last active March 20, 2019 14:17
Show Gist options
  • Save atomfrede/1353006d0c9e558568ea to your computer and use it in GitHub Desktop.
Save atomfrede/1353006d0c9e558568ea to your computer and use it in GitHub Desktop.
SSJ Plugin for GroIMP
pluginName = SSJ Functions
provider = com.github.cbsti
thirdparty.list = ssj
thirdparty.ssj.Name = SSJ: Stochastic Simulation in Java 2.6
thirdparty.ssj.Copy = Copyright (C) 2008 Pierre L'Ecuyer and Université de Montréal
thirdparty.ssj.License = GPL
thirdparty.ssj.URL = http://www.iro.umontreal.ca/~simardr/ssj/indexe.html
<?xml version = "1.0" encoding="UTF-8"?>
<plugin
id="com.github.cbsti.ssj"
version="2.6.0"
xmlns="http://grogra.de/registry">
<library file="ssj.jar" prefixes="{umontreal.iro.lecuyer}"/>
<registry>
</registry>
</plugin>
@CBSti
Copy link

CBSti commented Oct 27, 2015

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment