0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
Path parsing library for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.21.1, < 1.0
 Project Readme

libpath.Ruby

libpath, for Ruby

Gem Version

Table of Contents

  • Introduction
  • Installation
  • Components
  • Examples
  • Project Information
    • Where to get help
    • Contribution guidelines
    • Related projects
    • License

Introduction

libpath is a path-parsing and utility library. It is concerned entirely with paths, as opposed to file-system entities.

Installation

Install via gem as in:

gem install libpath-ruby

or add it to your Gemfile.

Use via require, as in:

require 'libpath'

Components

T.B.C.

Examples

Examples are provided in the examples directory, along with a markdown description for each. A detailed list TOC of them is provided in EXAMPLES.md.

Project Information

Where to get help

GitHub Page

Contribution guidelines

Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/libpath.Ruby.

Related projects

libpath.Ruby is based on the C/C++ libpath library, which itself was prompted by a request on the STLSoft project by my friend and esteemed programmer Adi Shavit.

libpath.Ruby will be used in version 3+ of the recls.Ruby library, which currently has its own path-parsing logic.

License

libpath.Ruby is released under the 3-clause BSD license. See LICENSE for details.