NetLogo / NetLogo-Libraries

The central repository for the extensions listed in the NetLogo Extension Manager
15 stars 24 forks source link

Adding the CLIPS extension #62

Closed aniavasq closed 1 year ago

aniavasq commented 1 year ago

First version of a NetLogo extension for running CLIPS code.

brandesNW commented 1 year ago

Hi, This looks good, but you need to redo the zip file and push your changes

To see that you have an extra directory level in your zip file $unzip clips-0.1.0.zip -d clips-0.1.0/ $ cd clips-0.1.0 $ ls clips

you can create a correct zip file by (for example)

$ cd clips ls CLIPSJNI.dll CLIPSJNI32.dll CLIPSJNI64.dll clips.jar libCLIPSJNI.jnilib libCLIPSJNI.so

Run the command $zip ../clips-0.1.0 *

and you have a correct zip file