this repo has no description

ADD Path_glob 0.3

Changed files
+46
packages
path_glob
path_glob.0.3
+46
packages/path_glob/path_glob.0.3/opam
···
+
opam-version: "2.0"
+
synopsis: "Globbing file paths"
+
description: """
+
An implementation of 'glob' patterns for file paths,
+
extracted from ocamlbuild.
+
"""
+
+
homepage: "https://gitlab.com/gasche/path_glob"
+
bug-reports: "https://gitlab.com/gasche/path_glob/-/issues"
+
doc: "https://gasche.gitlab.io/path_glob/doc/path_glob"
+
dev-repo: "git+https://gitlab.com/gasche/path_glob.git"
+
+
maintainer: ["Gabriel Scherer <gabriel.scherer@gmail.com>"]
+
authors: [
+
"Berke Durak"
+
]
+
+
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
+
+
depends: [
+
"ocaml" {>= "4.03"}
+
"dune" {>= "2.7"}
+
"odoc" {with-doc}
+
]
+
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
url {
+
src: "https://gasche.gitlab.io/path_glob/releases/path_glob-0.3.tgz"
+
checksum: [
+
"sha256=332dae23b700fa050d1fd6e4f3d2e24b8dd1db2c8ea4f76c54e2e54851c9d226"
+
"sha512=205b0bbdf0d36b21e978603e4df264a0b185f3c1e3a20764fb254368977977d076a5b9c53b88110b721651d43a782e45742b14891412460101fb5fa8a5986173"
+
]
+
}