Skip to content

Commit 3135881

Browse files
committed
[new release] ez_dune_describe (0.1)
CHANGES: - first public release
1 parent 862a764 commit 3135881

File tree

1 file changed

+47
-0
lines changed
  • packages/ez_dune_describe/ez_dune_describe.0.1

1 file changed

+47
-0
lines changed
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:
3+
"A library to retrieve and iterate over workspace description provided by dune"
4+
description:
5+
"A library to retrieve the output of the workspace description provided by dune for OCaml projects, and to iterate on the sources of the described project"
6+
maintainer: [
7+
"Pierre Lermusiaux <[email protected]>"
8+
"Benoît Montagu <[email protected]>"
9+
]
10+
authors: [
11+
"Pierre Lermusiaux <[email protected]>"
12+
"Benoît Montagu <[email protected]>"
13+
]
14+
license: "LGPL-3.0-or-later"
15+
homepage: "https://gitlab.inria.fr/salto/ez-dune-describe"
16+
bug-reports: "https://gitlab.inria.fr/salto/ez-dune-describe/-/issues"
17+
depends: [
18+
"dune" {>= "3.17"}
19+
"csexp" {>= "1.5.1"}
20+
"sexp_decode" {>= "0.7"}
21+
"ocaml" {>= "4.08"}
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+
"@runtest" {with-test}
35+
"@doc" {with-doc}
36+
]
37+
]
38+
dev-repo: "git+https://gitlab.inria.fr/salto/ez-dune-describe"
39+
url {
40+
src:
41+
"https://salto.gitlabpages.inria.fr/ez-dune-describe/releases/ez_dune_describe-0.1.tbz"
42+
checksum: [
43+
"sha256=88d63effbe69d9af903f7217ff83eb961f4d16c97fe8aacc27183ac7bd097f53"
44+
"sha512=1fd0249e8571cb96cf418c8a54996df6c0ba59c01f0060f836503ecc584fd86b340d6e9f8af1e030914b1732b2a8474aaf6bd13d6d2ed39f7459eb21d832297b"
45+
]
46+
}
47+
x-commit-hash: "032c26b1fc9b277b4c426372dd68480bd239734c"

0 commit comments

Comments
 (0)