このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
hasufell
/
hpath
ウォッチ
1
スター
1
フォーク
0
コード
課題
8
プルリクエスト
0
リリース
19
Wiki
アクティビティ
haskell
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
300
コミット
8
ブランチ
1.4 MiB
Haskell
94.4%
Cabal Config
5.1%
Shell
0.4%
C
0.2%
ブランチ:
master
TPS
constructor
dev
gh-pages
gitea-master
master
test
travis
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0
0.7.5
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.9
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.3.0
0.2.0
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'master' から
${ noResults }
比較
HTTPS
ZIP
TAR.GZ
Julian Ospald
d2f89df9b1
Fix build on GHC-7.10.3
2年前
hpath
Improve documentation
2年前
hpath-directory
Fix build on GHC-7.10.3
2年前
hpath-filepath
Release new versions
3年前
hpath-io
Use streamly-posix for dircontents wrt #34
2年前
hpath-posix
Release hpath-posix-0.13.2
2年前
.gitignore
Update .gitignore
3年前
.travis.yml
Update travis
2年前
README.md
Spelling
3年前
cabal.project
Split hpath-directory into hpath-posix
3年前
README.md
HPath libraries
Set of libraries to deal with filepaths and files.
Motivation
filepaths should be type-safe (absolute, relative, ...)
filepaths should be ByteString under the hood, see
Abstract FilePath Proposal (AFPP)
file high-level operations should be platform-specific, exception-stable, safe and as atomic as possible
Projects
hpath
: Support for well-typed paths
hpath-filepath
: ByteString based filepath manipulation (can be used without hpath)
hpath-directory
: High-level IO operations for files/directories on raw ByteString filepaths (use hpath-io for the type-safe path version)
hpath-io
: High-level IO operations for files/directories utilizing type-safe Path
hpath-posix
: Some low-level POSIX glue code that is not in ‘unix’