opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/file_path" bug-reports: "https://github.com/janestreet/file_path/issues" dev-repo: "git+https://github.com/janestreet/file_path.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/file_path/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.11.0"} "async" {>= "v0.15" & < "v0.16"} "core" {>= "v0.15" & < "v0.16"} "core_kernel" {>= "v0.15" & < "v0.16"} "core_unix" {>= "v0.15" & < "v0.16"} "expect_test_helpers_async" {>= "v0.15" & < "v0.16"} "expect_test_helpers_core" {>= "v0.15" & < "v0.16"} "ppx_jane" {>= "v0.15" & < "v0.16"} "dune" {>= "2.0.0"} ] synopsis: "A library for typed manipulation of UNIX-style file paths" description: " A library for typed manipulation of UNIX-style file paths. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/file_path-v0.15.0.tar.gz" checksum: "sha256=4c44185450fffa919bf900db1b54f2788f6831048997df390ef3bcf58395c41c" }