Skip to content

Commit 4aa443c

Browse files
EmileTrotignonjmid
andauthored
release ocaml-inifile.2.0: don't use pcre (#28583)
* release ocaml-inifile.2.0: don't use pcre * add menhir dep * Update packages/ocaml-inifiles/ocaml-inifiles.2.0/opam Co-authored-by: Jan Midtgaard <[email protected]> * dune lower bound Co-authored-by: Jan Midtgaard <[email protected]> * rename pacakge into inifiles * menhir bound Co-authored-by: Jan Midtgaard <[email protected]> * Lower dune bound * explicit dep on unix * remove unix dep from opam file * use ocamlyacc * add bug report page * Update packages/inifiles/inifiles.2.0/opam Co-authored-by: Jan Midtgaard <[email protected]> * add author field to ocaml-inifiles * add conflict with ocaml-inifiles * add windows conflict * fix windows conflict * restore windows compat --------- Co-authored-by: Jan Midtgaard <[email protected]>
1 parent 38ac0f5 commit 4aa443c

File tree

2 files changed

+41
-1
lines changed
  • packages
    • inifiles/inifiles.2.0
    • ocaml-inifiles/ocaml-inifiles.1.2

2 files changed

+41
-1
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "An ini file parser"
3+
maintainer: ["Emile Trotignon"]
4+
x-maintenance-intent: ["(latest)"]
5+
license: "LGPL-2.1-or-later"
6+
homepage: "https://github.com/ahrefs/inifiles"
7+
bug-reports: "https://github.com/ahrefs/inifiles/issues"
8+
dev-repo: "git+https://github.com/ahrefs/inifiles.git"
9+
authors: [ "Eric Stokes" ]
10+
depends: [
11+
"ocaml"
12+
"dune" {>= "3.13"}
13+
"ocamlfind"
14+
"pcre2"
15+
]
16+
conflicts: ["ocaml-option-bytecode-only" "ocaml-inifiles"]
17+
build: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
url {
32+
src:
33+
"https://github.com/ahrefs/inifiles/archive/refs/tags/2.0.tar.gz"
34+
checksum: [
35+
"sha512=bf0a06f12e0a65418a0d4f72ee5a99a5f9594c7e43498e82408797bcdc64bb398e380346f7c1e4cbb05570644d8a8be7922801abe9f150fbbcc974eff1911547"
36+
]
37+
}

packages/ocaml-inifiles/ocaml-inifiles.1.2/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
opam-version: "2.0"
22
maintainer: "https://github.com/ocaml/opam-repository/issues"
3+
x-maintenance-intent: ["(none)"]
4+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
5+
authors: [ "Eric Stokes" ]
36
license: "LGPL-2.1-or-later"
47
build: [
58
[make "all"]
@@ -17,7 +20,7 @@ patches: [
1720
"fix_build.diff" {ocaml:version >= "5.0"}
1821
]
1922
install: [make "install"]
20-
synopsis: "An ini file parser"
23+
synopsis: "An ini file parser. Deprecated in favor of inifiles"
2124
conflicts: [ "ocaml-option-bytecode-only" ]
2225
url {
2326
src:

0 commit comments

Comments
 (0)