Skip to content

Commit ff944d3

Browse files
authored
Merge pull request #28941 from gridbugs/alice.0.1.1
Add alice.0.1.1
2 parents 723654a + f5282f3 commit ff944d3

File tree

1 file changed

+47
-0
lines changed
  • packages/alice/alice.0.1.1

1 file changed

+47
-0
lines changed

packages/alice/alice.0.1.1/opam

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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+
depends: [
11+
"dune" {>= "3.20"}
12+
"ocaml" {>= "5.1"}
13+
"climate" {>= "0.9"}
14+
"sha"
15+
"dyn"
16+
"fileutils"
17+
"pp"
18+
"re" {>= "1.12"}
19+
"xdg"
20+
"toml" {>= "7"}
21+
"odoc" {with-doc}
22+
]
23+
dev-repo: "git+https://github.com/alicecaml/alice.git"
24+
x-maintenance-intent: ["(latest)"]
25+
build: [
26+
["dune" "subst"] {dev}
27+
[
28+
"dune"
29+
"build"
30+
"-p"
31+
name
32+
"-j"
33+
jobs
34+
"@install"
35+
# Tests depend on the compile error format, so only run tests for a single
36+
# compiler version.
37+
"@runtest" {with-test & ocaml:version >= "5.3" & ocaml:version < "5.4"}
38+
"@doc" {with-doc}
39+
]
40+
]
41+
url {
42+
src: "https://github.com/alicecaml/alice/releases/download/0.1.1/alice-0.1.1-hermetic-source.tar.gz"
43+
checksum: [
44+
"sha256=eb8705de406441675747a639351d0d59bffe7b9f5b05ec9b6e11b4c4c9d7a6ee"
45+
"sha512=20e1094447971bdcda3d5db6a2bcfd1c8e031f29cba57483b4e14b4888db3e9b63bf76f6c93e40cf0f96687fd2194c7ec3e94563f0dc4ef9cc0401fd75f49130"
46+
]
47+
}

0 commit comments

Comments
 (0)