this repo has no description

domain_shims.0.1.0: clean up the package description

Kate deba541d af2763e7

Changed files
+2 -6
packages
domain_shims
domain_shims.0.1.0
+2 -6
packages/domain_shims/domain_shims.0.1.0/opam
···
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"
+
synopsis: "A non-parallel implementation of Domains compatible with 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.12"}
"dune" {>= "3.0"}
]
-
depopts: []
-
build: [
-
"dune" "build" "-p" name
-
]
+
build: ["dune" "build" "-p" name "-j" jobs]
url {
src:
"https://gitlab.com/gasche/domain-shims/-/archive/0.1.0/domain-shims-0.1.0.tar.gz"