Bundle Protocol Version 7 (RFC 9171) for Delay-Tolerant Networking

Migrate dune-project files to tangled source format

Convert all packages from:
(source (uri https://tangled.org/handle/repo))
to:
(source (tangled handle/repo))

This uses dune 3.21's native tangled support for cleaner source
declarations. Also removes redundant homepage/bug_reports fields
that are auto-generated from tangled sources.

+8 -5
+5 -2
bundle.opam
··· 9 9 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 10 10 authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 11 11 license: "ISC" 12 + homepage: "https://tangled.org/gazagnaire.org/ocaml-bundle" 13 + bug-reports: "https://tangled.org/gazagnaire.org/ocaml-bundle/issues" 12 14 depends: [ 13 - "dune" {>= "3.0"} 15 + "dune" {>= "3.21"} 14 16 "ocaml" {>= "4.14"} 15 17 "cbort" {>= "0.1"} 16 18 "bytesrw" {>= "0.1"} ··· 34 36 "@doc" {with-doc} 35 37 ] 36 38 ] 37 - dev-repo: "https://tangled.org/gazagnaire.org/ocaml-bundle" 39 + dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-bundle" 40 + x-maintenance-intent: ["(latest)"]
+3 -3
dune-project
··· 1 - (lang dune 3.0) 1 + (lang dune 3.21) 2 2 3 3 (name bundle) 4 4 ··· 8 8 (authors "Thomas Gazagnaire <thomas@gazagnaire.org>") 9 9 (maintainers "Thomas Gazagnaire <thomas@gazagnaire.org>") 10 10 11 - (source 12 - (uri https://tangled.org/gazagnaire.org/ocaml-bundle)) 11 + 12 + (source (tangled gazagnaire.org/ocaml-bundle)) 13 13 14 14 (package 15 15 (name bundle)