Skip to content

Commit 95d7640

Browse files
authored
Merge pull request ocaml#23325 from gridbugs/opam-publish-vendredi.0.1.0
Package vendredi.0.1.0
2 parents 31c7503 + bfb68bd commit 95d7640

File tree

1 file changed

+42
-0
lines changed
  • packages/vendredi/vendredi.0.1.0

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis:
4+
"Tool for generating dune projects which vendor given packages for the purpose of testing that their dependencies are vendor-friendly"
5+
maintainer: ["https://github.com/gridbugs/vendredi/issues"]
6+
authors: ["Stephen Sherratt"]
7+
license: "MIT"
8+
homepage: "https://github.com/gridbugs/vendredi"
9+
bug-reports: "https://github.com/gridbugs/vendredi/issues"
10+
depends: [
11+
"ocaml" {>= "4.14"}
12+
"dune" {>= "3.6"}
13+
"cmdliner" {>= "1.1"}
14+
"logs"
15+
"fmt"
16+
"sexplib" {>= "v0.15"}
17+
"ppx_sexp_conv"
18+
"re" {>= "1.8"}
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/gridbugs/vendredi.git"
36+
url {
37+
src: "https://github.com/gridbugs/vendredi/archive/refs/tags/0.1.0.tar.gz"
38+
checksum: [
39+
"md5=3492a6e9b9019ef4ea5c9fcda0bb836d"
40+
"sha512=703861be6648455b7f025d9ab22c379e150621e0dbff497d8836a662e673357cf286f58a4fbbe908bdad18d69200647d520f134126047241cc5d792ecc99e3f5"
41+
]
42+
}

0 commit comments

Comments
 (0)