opam-version: "2.0"
name: "dyn"
version: "3.20.2"
synopsis: "Dynamic type"
description: "Dynamic type"
maintainer: "Jane Street Group, LLC <opensource@janestreet.com>"
authors: "Jane Street Group, LLC <opensource@janestreet.com>"
license: "MIT"
homepage: "https://github.com/ocaml/dune"
doc: "https://dune.readthedocs.io/"
bug-reports: "https://github.com/ocaml/dune/issues"
depends: [
  "dune" {>= "3.20"}
  "ocaml" {>= "4.08.0"}
  "ordering" {= version}
  "pp" {>= "1.1.0"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  ["rm" "-rf" "vendor/csexp"]
  ["rm" "-rf" "vendor/pp"]
  ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
]
dev-repo: "git+https://github.com/ocaml/dune.git"
url {
  src:
    "https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz"
  checksum: [
    "sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549"
    "sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff"
  ]
}
x-commit-hash: "1e54fd3f450aae7fb41ffb6b7c8b7a5aed754777"
x-maintenance-intent: ["(latest)"]
