CCSDS USLP (Unified Space Link Protocol) Transfer Frame- unified TM/TC/AOS
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.

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