Skip to content

Commit e4e631b

Browse files
authored
Merge pull request #28863 from gridbugs/alice.0.1.0
Add alice.0.1.0
2 parents e5a3887 + 2694bec commit e4e631b

File tree

1 file changed

+48
-0
lines changed
  • packages/alice/alice.0.1.0

1 file changed

+48
-0
lines changed

packages/alice/alice.0.1.0/opam

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
opam-version: "2.0"
2+
synopsis: "Radical OCaml build system and environment manager"
3+
description:
4+
"Alice is a radical, experimental OCaml build system, package manager, and toolchain manager for Windows, macOS, and Linux. Its goal is to allow anyone to program in OCaml with as little friction as possible."
5+
maintainer: ["Stephen Sherratt <[email protected]>"]
6+
authors: ["Stephen Sherratt <[email protected]>"]
7+
license: "MIT"
8+
homepage: "https://alicecaml.org"
9+
bug-reports: "https://github.com/alicecaml/alice/issues"
10+
available: arch != "arm32" & arch != "x86_32"
11+
depends: [
12+
"dune" {>= "3.20"}
13+
"ocaml" {>= "5.1"}
14+
"climate" {>= "0.8.6"}
15+
"sha"
16+
"dyn"
17+
"fileutils"
18+
"pp"
19+
"re" {>= "1.12"}
20+
"xdg"
21+
"toml" {>= "7"}
22+
"odoc" {with-doc}
23+
]
24+
build: [
25+
["dune" "subst"] {dev}
26+
[
27+
"dune"
28+
"build"
29+
"-p"
30+
name
31+
"-j"
32+
jobs
33+
"@install"
34+
# Tests depend on the compile error format, so only run tests for a single
35+
# compiler version.
36+
"@runtest" {with-test & ocaml:version >= "5.3" & ocaml:version < "5.4"}
37+
"@doc" {with-doc}
38+
]
39+
]
40+
dev-repo: "git+https://github.com/alicecaml/alice.git"
41+
x-maintenance-intent: ["(latest)"]
42+
url {
43+
src: "https://github.com/alicecaml/alice/archive/refs/tags/0.1.0.tar.gz"
44+
checksum: [
45+
"sha256=670ed701840d98606e02980a8097fc411ec093a33dbb86ef2d571065df4bfe4d"
46+
"sha512=eeaf5f38a33b8613b5b35fbdc4c9b236172218425a5569a1980a5a2d1fad85da1a279ea6085adcd8911a65b38d7b0b71c414cf1c792f6e5fa16d435dd4c2c2b6"
47+
]
48+
}

0 commit comments

Comments
 (0)