27 lines
537 B
Text
27 lines
537 B
Text
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)" ]
|