|
root / lang / opam / package.toml
package.toml TOML 27 lines 620 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
# opam - OCaml package manager
# https://opam.ocaml.org/

[package]
name = "opam"
version = "2.5.0"
release = 1
description = "OCaml package manager"
url = "https://opam.ocaml.org/"
license = "LGPL-2.1"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

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

[[source]]
file = "opam-2.5.0.tar.gz"
urls = ["https://github.com/ocaml/opam/archive/refs/tags/2.5.0.tar.gz"]
checksum = "8c5afec91db80f5c0a34b32e5186ea6349933ee65c3ebb48b15fd317464ddbfc"

# Note: Patches are handled in build.sh due to path complexity

[build]
parallel = true