|
root / lang / ocaml / 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
# OCaml - Functional programming language
# https://ocaml.org/

[package]
name = "ocaml"
version = "5.4.0"
release = 1
description = "OCaml programming language compiler and runtime"
url = "https://ocaml.org/"
license = "LGPL-2.1"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

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

[[source]]
file = "ocaml-5.4.0.tar.gz"
urls = ["https://github.com/ocaml/ocaml/archive/refs/tags/5.4.0.tar.gz"]
checksum = "4ab55ac30d247e20f35df20a9f7596e5eb5f92fbbd0f8e3e54838bbc3edf931e"

[patches]
files = ["hammerhead-solaris-compat.patch"]
strip = 1

[build]
parallel = true