opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: ["The fpath programmers"]
homepage: "https://erratique.ch/software/fpath"
doc: "https://erratique.ch/software/fpath/doc"
dev-repo: "git+https://erratique.ch/repos/fpath.git"
bug-reports: "https://github.com/dbuenzli/fpath/issues"
tags: [ "file" "system" "path" "org:erratique" ]
license: "ISC"
depends: [
   "ocaml" {>= "4.03.0"}
   "ocamlfind" {build}
   "ocamlbuild" {build}
   "topkg" {build & >= "0.9.0"}
   "astring"
]
build: [[
  "ocaml" "pkg/pkg.ml" "build"
          "--dev-pkg=true" {dev} ]]

synopsis: """File system paths for OCaml"""
description: """\

Fpath is an OCaml module for handling file system paths with POSIX or
Windows conventions. Fpath processes paths without accessing the file
system and is independent from any system library.

Fpath depends on [Astring][astring] and is distributed under the ISC
license.

[astring]: http://erratique.ch/software/astring
"""
url {
  src: "https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz"
  checksum: [
    "sha256=12b08ff192d037d9b6d69e9ca19d1d385184f20b3237c27231e437ac81ace70f"
    "md5=0740b530e8fed5b0adc5eee8463cfc2f"
  ]
}

x-maintenance-intent: ["(latest)"]