CCSDS TM Transfer Frames (CCSDS 132.0-B-3)
0
fork

Configure Feed

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

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
+3 -3
dune-project
··· 1 - (lang dune 3.0) 1 + (lang dune 3.21) 2 2 3 3 (name tm) 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-tm)) 11 + 12 + (source (tangled gazagnaire.org/ocaml-tm)) 13 13 14 14 (package 15 15 (name tm)
+5 -2
tm.opam
··· 6 6 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 7 7 authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 8 8 license: "MIT" 9 + homepage: "https://tangled.org/gazagnaire.org/ocaml-tm" 10 + bug-reports: "https://tangled.org/gazagnaire.org/ocaml-tm/issues" 9 11 depends: [ 10 - "dune" {>= "3.0"} 12 + "dune" {>= "3.21"} 11 13 "ocaml" {>= "4.14"} 12 14 "alcotest" {with-test} 13 15 "crowbar" {with-test} ··· 27 29 "@doc" {with-doc} 28 30 ] 29 31 ] 30 - dev-repo: "https://tangled.org/gazagnaire.org/ocaml-tm" 32 + dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-tm" 33 + x-maintenance-intent: ["(latest)"]