File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed
ocaml-inifiles/ocaml-inifiles.1.2 Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 11opam-version: "2.0"
22maintainer: "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" ]
36license: "LGPL-2.1-or-later"
47build: [
58 [make "all"]
@@ -17,7 +20,7 @@ patches: [
1720 "fix_build.diff" {ocaml:version >= "5.0"}
1821]
1922install: [make "install"]
20- synopsis: "An ini file parser"
23+ synopsis: "An ini file parser. Deprecated in favor of inifiles "
2124conflicts: [ "ocaml-option-bytecode-only" ]
2225url {
2326 src:
You can’t perform that action at this time.
0 commit comments