path-parse

2016-04-21

Parse the PATH environment variable, portably.

Upstream URL

github.com/eudoxia0/path-parse

Author

Fernando Borretti <eudoxiahp@gmail.com>

Maintainer

Fernando Borretti <eudoxiahp@gmail.com>

License

MIT
README

path-parse

Build Status Coverage Status

Parse the PATH environment variable, portable.

Usage

CL-USER> (ql:quickload :path-parse)
To load "path-parse":
  Load 1 ASDF system:
    path-parse
; Loading "path-parse"

(:PATH-PARSE)
CL-USER> (path-parse:path)
(#P"/usr/local/bin/" #P"/usr/bin/" #P"/bin/" #P"/usr/local/games/"
 #P"/usr/games/")

License

Copyright (c) 2016 Fernando Borretti

Licensed under the MIT License.

Dependencies (3)

  • fiveam
  • split-sequence
  • uiop

Dependents (1)

  • GitHub
  • Quicklisp