this repo has no description

build_path_prefix_map.0.3: OCaml 5 support

Changed files
+34
packages
build_path_prefix_map
build_path_prefix_map.0.3
+34
packages/build_path_prefix_map/build_path_prefix_map.0.3/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"An OCaml implementation of the BUILD_PATH_PREFIX_MAP specification"
+
description: "https://reproducible-builds.org/specs/build-path-prefix-map/"
+
maintainer: "Gabriel Scherer <gabriel.scherer@gmail.com>"
+
authors: [ "Gabriel Scherer <gabriel.scherer@gmail.com>" ]
+
license: "MIT"
+
homepage: "https://gitlab.com/gasche/build_path_prefix_map"
+
doc: "https://gitlab.com/gasche/build_path_prefix_map/blob/master/README.md"
+
bug-reports: "https://gitlab.com/gasche/build_path_prefix_map/issues"
+
dev-repo: "git+https://gitlab.com/gasche/build_path_prefix_map.git"
+
depends: [
+
"dune" {>= "1.11"}
+
"crowbar" {with-test}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
+
url {
+
src: "https://gitlab.com/gasche/build_path_prefix_map/-/archive/0.3/archive.tar.gz"
+
checksum: "sha256=23445af07bbd3bcd836d179c5feafbda9d353e23bc7eb00f0ba56de287b09145"
+
}