opam-version: "2.0"
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"
build: [
  ["jbuilder" "build" "-p" name]
  ["jbuilder" "runtest"] {with-test}
  [make "doc"] {with-doc}
]
depends: [
  "ocaml" {>= "4.04.0"}
  "jbuilder"
]
available: opam-version >= "1.2"
synopsis:
  "An OCaml implementation of the BUILD_PATH_PREFIX_MAP specification"
description: "https://reproducible-builds.org/specs/build-path-prefix-map/"
url {
  src:
    "https://gitlab.com/gasche/build_path_prefix_map/repository/0.2/archive.tar.gz"
  checksum: "md5=41db2fdf2e5098b6c4cf4131df704339"
}
