opamdiff/opamdiff.opam

28 lines
537 B
Text
Raw Permalink Normal View History

2025-01-14 13:12:47 +00:00
opam-version: "2.0"
maintainer: "Robur <team@robur.coop>"
authors: ["Robur <team@robur.coop>"]
homepage: "https://github.com/robur-coop/opamdiff"
dev-repo: "git+https://github.com/robur-coop/opamdiff.git"
bug-reports: "https://github.com/robur-coop/opamdiff/issues"
license: "BSD-3-clause"
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "2.7.0"}
"opam-core"
"opam-format"
"yojson"
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
synopsis: ""
description: "
"
x-maintenance-intent: [ "(latest)" ]