OCaml codecs for Python INI file handling compatible with ConfigParser

Update dune-project and opam files across packages

Sync opam package metadata including x-maintenance-intent
and external dependency specifications.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+7 -2
+2 -1
dune-project
··· 1 - (lang dune 3.0) 1 + (lang dune 3.21) 2 2 (name init) 3 3 4 4 (generate_opam_files true) ··· 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 8 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 9 + (source (tangled anil.recoil.org/ocaml-init)) 9 10 10 11 (package 11 12 (name init)
+5 -1
init.opam
··· 12 12 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 13 13 authors: ["Anil Madhavapeddy <anil@recoil.org>"] 14 14 license: "ISC" 15 + homepage: "https://tangled.org/anil.recoil.org/ocaml-init" 16 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-init/issues" 15 17 depends: [ 16 - "dune" {>= "3.0"} 18 + "dune" {>= "3.21"} 17 19 "ocaml" {>= "4.14.0"} 18 20 "bytesrw" {>= "0.1.0"} 19 21 "eio" {>= "1.0"} ··· 35 37 "@doc" {with-doc} 36 38 ] 37 39 ] 40 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-init" 41 + x-maintenance-intent: ["(latest)"]