opam-version: "2.0"
maintainer: "Gabriel Scherer <gabriel.scherer@inria.fr>"
authors: ["Gabriel Scherer <gabriel.scherer@inria.fr>"]
homepage: "https://gitlab.com/gasche/domain-shims"
doc: "https://gitlab.com/gasche/domain-shims"
synopsis: "a non-parallel implementation of Domains for OCaml 4"
license: "MIT"
dev-repo: "git+https://gitlab.com/gasche/domain-shims.git"
bug-reports: "https://gitlab.com/gasche/domain-shims/issues"
tags: []
depends: [
  "ocaml" {>= "4.08"}
  "dune" {>= "3.0"}
]
depopts: []
build: [
  "dune" "build" "-p" name
]
