RTL-SDR IQ sample reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add (source ...) stanzas to subtree dune-projects

38 subtrees lacked a (source ...) stanza in their dune-project, so
their generated .opam files had no dev-repo: field. That broke
downstream tooling that uses dev-repo to identify the subtree
(notably the root.opam external-dep filter, which couldn't tell
internal packages from external ones).

Add (source (tangled gazagnaire.org/<subtree>)) to each, matching
the URL configured in sources.toml. dune regenerates dev-repo:,
homepage: and bug-reports: in every affected .opam.

+5
+2
dune-project
··· 11 11 12 12 (license ISC) 13 13 14 + (source (tangled gazagnaire.org/ocaml-rtlsdr)) 15 + 14 16 (package 15 17 (name rtlsdr) 16 18 (synopsis "RTL-SDR IQ sample reader")
+3
rtlsdr.opam
··· 10 10 authors: ["Thomas Gazagnaire"] 11 11 license: "ISC" 12 12 tags: ["org:blacksun" "aerospace" "system"] 13 + homepage: "https://tangled.org/gazagnaire.org/ocaml-rtlsdr" 14 + bug-reports: "https://tangled.org/gazagnaire.org/ocaml-rtlsdr/issues" 13 15 depends: [ 14 16 "ocaml" {>= "5.0.0"} 15 17 "dune" {>= "3.21"} ··· 32 34 "@doc" {with-doc} 33 35 ] 34 36 ] 37 + dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-rtlsdr" 35 38 x-maintenance-intent: ["(latest)"] 36 39 x-quality-build: "2026-04-15" 37 40 x-quality-fuzz: "2026-04-15"