upstream: https://github.com/mirage/ocaml-tar
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.

+10 -10
+2 -2
dune-project
··· 1 - (lang dune 2.9) 1 + (lang dune 3.21) 2 2 (name tar) 3 3 (cram enable) 4 4 (generate_opam_files true) 5 5 6 - (source (uri https://tangled.org/gazagnaire.org/ocaml-tar)) 6 + (source (tangled gazagnaire.org/ocaml-tar)) 7 7 (license ISC) 8 8 (authors 9 9 "Dave Scott"
+4 -4
tar-eio.opam
··· 16 16 ] 17 17 license: "ISC" 18 18 tags: ["org:xapi-project" "org:mirage"] 19 + homepage: "https://tangled.org/gazagnaire.org/ocaml-tar" 19 20 doc: "https://mirage.github.io/ocaml-tar/" 21 + bug-reports: "https://tangled.org/gazagnaire.org/ocaml-tar/issues" 20 22 depends: [ 21 - "dune" {>= "2.9"} 23 + "dune" {>= "3.21"} 22 24 "ocaml" {>= "5.00.0"} 23 25 "eio" {>= "1.1"} 24 26 "tar" {= version} ··· 33 35 name 34 36 "-j" 35 37 jobs 36 - "--promote-install-files=false" 37 38 "@install" 38 39 "@runtest" {with-test} 39 40 "@doc" {with-doc} 40 41 ] 41 - ["dune" "install" "-p" name "--create-install-files" name] 42 42 ] 43 - dev-repo: "https://tangled.org/gazagnaire.org/ocaml-tar" 43 + dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-tar" 44 44 x-maintenance-intent: [ "(latest)" ]
+4 -4
tar.opam
··· 18 18 ] 19 19 license: "ISC" 20 20 tags: ["org:xapi-project" "org:mirage"] 21 + homepage: "https://tangled.org/gazagnaire.org/ocaml-tar" 21 22 doc: "https://mirage.github.io/ocaml-tar/" 23 + bug-reports: "https://tangled.org/gazagnaire.org/ocaml-tar/issues" 22 24 depends: [ 23 - "dune" {>= "2.9"} 25 + "dune" {>= "3.21"} 24 26 "ocaml" {>= "4.08.0"} 25 27 "decompress" {>= "1.5.1"} 26 28 "odoc" {with-doc} ··· 34 36 name 35 37 "-j" 36 38 jobs 37 - "--promote-install-files=false" 38 39 "@install" 39 40 "@runtest" {with-test} 40 41 "@doc" {with-doc} 41 42 ] 42 - ["dune" "install" "-p" name "--create-install-files" name] 43 43 ] 44 - dev-repo: "https://tangled.org/gazagnaire.org/ocaml-tar" 44 + dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-tar" 45 45 x-maintenance-intent: [ "(latest)" ]