Skip to content

Commit a20cf55

Browse files
authored
Merge pull request #28647 from xvw/release-primavera-v1.0.0
[new release] primavera (1.0.0)
2 parents 5f383fb + 16650cf commit a20cf55

File tree

1 file changed

+45
-0
lines changed
  • packages/primavera/primavera.1.0.0

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
synopsis: "Dependency injection based on a Reader Monad"
3+
description: "Primavera offers a Reader monad for injecting dependencies"
4+
maintainer: ["gr-im <grimfw@gmail.com>" "xvw <xaviervdw@gmail.com>"]
5+
authors: ["gr-im <grimfw@gmail.com>" "xvw <xaviervdw@gmail.com>"]
6+
license: "MIT"
7+
homepage: "https://github.com/xvw/primavera"
8+
bug-reports: "https://github.com/xvw/primavera/issues"
9+
depends: [
10+
"dune" {>= "3.20"}
11+
"ocaml" {>= "5.0.0"}
12+
"ppx_expect" {with-test}
13+
"mdx" {with-test}
14+
"utop" {with-dev-setup}
15+
"ocamlformat" {with-dev-setup}
16+
"ocp-indent" {with-dev-setup}
17+
"merlin" {with-dev-setup}
18+
"ocaml-lsp-server" {with-dev-setup}
19+
"odoc" {with-doc}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/xvw/primavera.git"
36+
x-maintenance-intent: ["(latest)"]
37+
url {
38+
src:
39+
"https://github.com/xvw/primavera/releases/download/v1.0.0/primavera-1.0.0.tbz"
40+
checksum: [
41+
"sha256=cde900d727ed27b623ccb978ab1b0695dd049cd26de387104ecc0495773abe2c"
42+
"sha512=6b4ff15f0750ca9ea9941c875e4c4ddd5d65de8b0ecb8fd018a9ef2994316fd7ad82642dc5849372dc703a8ab0707f905e30b9434cb69c64f693e2f455009696"
43+
]
44+
}
45+
x-commit-hash: "bdefd385e12e73f10d1042948f616abad25ba5ef"

0 commit comments

Comments
 (0)