42 lines
1.2 KiB
Plaintext
Generated
42 lines
1.2 KiB
Plaintext
Generated
opam-version: "2.0"
|
|
synopsis: "XDG Base Directory Specification"
|
|
description:
|
|
"https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html"
|
|
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.18"}
|
|
"ocaml" {>= "4.08"}
|
|
"odoc" {with-doc}
|
|
]
|
|
dev-repo: "git+https://github.com/ocaml/dune.git"
|
|
x-maintenance-intent: ["(latest)"]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
["rm" "-rf" "vendor/csexp"]
|
|
["rm" "-rf" "vendor/pp"]
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
url {
|
|
src:
|
|
"https://github.com/ocaml/dune/releases/download/3.19.0/dune-3.19.0.tbz"
|
|
checksum: [
|
|
"sha256=d2f617dfd34f7d882f4181a22e359bb90b46669ed87b2650eb842f0532fc696c"
|
|
"sha512=9bd4c5825076c88192425f1462fedab1100d5b83a75dfe65592255b127690503b01b61c964990272abe54f0a01a14587ca464e438fa8b9d8560d2576773f39a8"
|
|
]
|
|
}
|
|
x-commit-hash: "645a7897e4b9540cc4d79ffbd59f9be259cd6317"
|