From bd67b8bfa43783f5ee40731f396a5fc51c568666 Mon Sep 17 00:00:00 2001 From: Rob Blackwell Date: Mon, 17 Nov 2014 10:58:20 +0000 Subject: [PATCH] Added Steel Bank Common Lisp --- sbcl.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sbcl.json diff --git a/sbcl.json b/sbcl.json new file mode 100644 index 0000000000..e4d782a7d7 --- /dev/null +++ b/sbcl.json @@ -0,0 +1,21 @@ +{ + "homepage": "http://http://www.sbcl.org/", + "version": "1.2.1", + "license": "http://www.sbcl.org/history.html", + "architecture": { + "64bit": { + "url": "http://prdownloads.sourceforge.net/sbcl/sbcl-1.2.1-x86-64-windows-binary.msi", + "hash": "sha1:a57593193f49fc6d154ba7af9b8417d1296d3455" + }, + "32bit": { + "url": "http://prdownloads.sourceforge.net/sbcl/sbcl-1.2.1-x86-windows-binary.msi", + "hash": "sha1:43741068c7049e3cdee455fc3b262da34513d9ca" + } + }, + "env_set": { + "SBCL_HOME": "$dir\\PFiles\\Steel Bank Common Lisp\\1.2.1" + }, + "bin": [ "PFiles\\Steel Bank Common Lisp\\1.2.1\\sbcl.exe"], + "checkver": "The most recent version is SBCL ([^\\ ]+)", + "notes": "Please restart you command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/" +} \ No newline at end of file