Simple neural network
$ area51 add simple-neural-network
;; area51 add updates your .asd automatically. ;; Use the package in your code: (in-package :my-project) (simple-neural-network:some-function ...)