|
root / lang / dune / package.toml
package.toml TOML 29 lines 627 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# dune - OCaml build system
# https://dune.build/

[package]
name = "dune"
version = "3.20.2"
release = 1
description = "Fast, portable, and opinionated build system for OCaml"
url = "https://dune.build/"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["ocaml"]
build = ["ocaml", "make"]

[[source]]
file = "dune-3.20.2.tar.gz"
urls = ["https://github.com/ocaml/dune/archive/refs/tags/3.20.2.tar.gz"]
checksum = "579c738f8ca191ba0a9b22dbe78f1377542442c9827cf4939f8964f09f9edb28"

[patches]
files = ["dune-illumos-compat.patch"]
strip = 0

[build]
parallel = true