cl-ply
Cl-ply is a library to handle PLY format which is also known as the Stanford Triangle Format.
$ area51 add cl-plyCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-ply:some-function ...)