Skip to content

Commit 20ee39c

Browse files
committed
GPG: Put in alphabetical order
1 parent d592db8 commit 20ee39c

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

libraries.conf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,18 @@ The extension supports vector data in the form of ESRI shapefiles and GeoJSON fi
197197
homepage: "http://ccl.northwestern.edu/netlogo/docs/gogo.html"
198198
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/gogo-2.0.8.zip"
199199
}
200+
{
201+
name: "Gnu Pretty Good Privacy"
202+
codeName: "gpg"
203+
shortDescription: "Gnu Pretty Good Privacy (GnuPG) Extension"
204+
longDescription: """Implements a NetLogo extension that utilises GnuPG privacy suite to decrypt data that is encoded symmetrically or asymmetrically. This will allow for the secure storing of sensitive data in public repositories as these keys can be tailored to specific individuals or groups of individuals. Additionally this allows the absolute destruction of publically available data providing the it can be proven that the keys for such data no longer exist.
205+
206+
Note GnuPG must be installed in the command path.
207+
"""
208+
version: "1.0.0"
209+
homepage: "https://github.com/DougSalt/gpg.git"
210+
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/gpg-1.0.0.zip"
211+
}
200212
{
201213
name: "Import-A"
202214
codeName: "import-a"
@@ -362,18 +374,6 @@ This version is for NetLogo 6.1 and above"""
362374
homepage: "https://github.com/cstaelin/Pathdir-Extension"
363375
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/pathdir-3.1.0.zip"
364376
}
365-
{
366-
name: "Gnu Pretty Good Privacy"
367-
codeName: "gpg"
368-
shortDescription: "Gnu Pretty Good Privacy (GnuPG) Extension"
369-
longDescription: """Implements a NetLogo extension that utilises GnuPG privacy suite to decrypt data that is encoded symmetrically or asymmetrically. This will allow for the secure storing of sensitive data in public repositories as these keys can be tailored to specific individuals or groups of individuals. Additionally this allows the absolute destruction of publically available data providing the it can be proven that the keys for such data no longer exist.
370-
371-
Note GnuPG must be installed in the command path.
372-
"""
373-
version: "1.0.0"
374-
homepage: "https://github.com/DougSalt/gpg.git"
375-
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/gpg-1.0.0.zip"
376-
}
377377
{
378378
name: "Physics"
379379
codeName: "phys"

0 commit comments

Comments
 (0)