Licklider Transmission Protocol (CCSDS 734.1-B) for reliable DTN links
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 ltp) 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-ltp)) 11 + 12 + (source (tangled gazagnaire.org/ocaml-ltp)) 13 13 14 14 (package 15 15 (name ltp)
+5 -2
ltp.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-ltp" 13 + bug-reports: "https://tangled.org/gazagnaire.org/ocaml-ltp/issues" 12 14 depends: [ 13 - "dune" {>= "3.0"} 15 + "dune" {>= "3.21"} 14 16 "ocaml" {>= "4.14"} 15 17 "fmt" {>= "0.9"} 16 18 "alcotest" {with-test} ··· 31 33 "@doc" {with-doc} 32 34 ] 33 35 ] 34 - dev-repo: "https://tangled.org/gazagnaire.org/ocaml-ltp" 36 + dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-ltp" 37 + x-maintenance-intent: ["(latest)"]