Skip to content

Commit d48336e

Browse files
committed
[new release] config-file (1.2.2)
CHANGES: * build: depend on camlp-streams for OCaml 5 compatibility
1 parent f88238a commit d48336e

File tree

1 file changed

+51
-0
lines changed
  • packages/config-file/config-file.1.2.2

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
opam-version: "2.0"
2+
synopsis: "A library used to manage configuration files"
3+
description: """
4+
Config_file is a library used to manage the configuration file(s) of
5+
an application. You simply define your options and it performs the
6+
loading and saving of the options in a file. You can also use the same
7+
options in the command line.
8+
"""
9+
maintainer: ["Antonin Décimo <[email protected]>"]
10+
authors: [
11+
"Antonin Décimo <[email protected]>"
12+
"Fabrice Le Fessant <[email protected]>"
13+
"Maxence Guesdon <[email protected]>"
14+
"Jean-Baptiste Rouquier <[email protected]>"
15+
]
16+
license: "LGPL-2.0-or-later"
17+
homepage: "https://github.com/MisterDA/config-file"
18+
bug-reports: "https://github.com/MisterDA/config-file/issues"
19+
depends: [
20+
"dune" {>= "3.18"}
21+
"ocaml" {>= "4.02"}
22+
"camlp-streams"
23+
"camlp4" {build}
24+
"cppo" {>= "1.6.7" & build}
25+
"odoc" {with-doc}
26+
]
27+
build: [
28+
["dune" "subst"] {dev}
29+
[
30+
"dune"
31+
"build"
32+
"-p"
33+
name
34+
"-j"
35+
jobs
36+
"@install"
37+
"@runtest" {with-test}
38+
"@doc" {with-doc}
39+
]
40+
]
41+
dev-repo: "git+https://github.com/MisterDA/config-file.git"
42+
x-maintenance-intent: ["(latest)"]
43+
url {
44+
src:
45+
"https://github.com/MisterDA/config-file/releases/download/release-1.2.2/config-file-1.2.2.tbz"
46+
checksum: [
47+
"sha256=129d7899bf5b5c5e6af2e8e4087d26cd494a43729742b6778a4f20dd00d4f0b5"
48+
"sha512=9112619bf6b8a578c970da79052d8a6edd235ea66b223aa662017720306ea792c0d096e81bad8c0c81dfbc88466277430d157c533e275609c83c32daec0f33a8"
49+
]
50+
}
51+
x-commit-hash: "98ed0bd8fc311cc0bedc597e476c9e4ae6a1ae10"

0 commit comments

Comments
 (0)