this repo has no description
0
fork

Configure Feed

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

Merge pull request #26810 from reynir/gptar-whitespace

gptar.1.0.0: remove excess whitespace in description

authored by

Marcello Seri and committed by
GitHub
74f925c1 ce4637ae

+5 -5
+5 -5
packages/gptar/gptar.1.0.0/opam
··· 2 2 synopsis: "GPT headers that are also valid tar headers" 3 3 description: """ 4 4 Marshaling GPT headers such that they are a valid tar archive. 5 - The archive will contain a dummy file named `GPTAR` whose content 6 - is (at least) the GPT header and the partition table entries. 7 - Put a tar-partition at the first available space, and you can 8 - inspect the tar archive using regular tar utilities on the disk 9 - image with the caveat of the added `GPTAR` dummy file.""" 5 + The archive will contain a dummy file named `GPTAR` whose content 6 + is (at least) the GPT header and the partition table entries. 7 + Put a tar-partition at the first available space, and you can 8 + inspect the tar archive using regular tar utilities on the disk 9 + image with the caveat of the added `GPTAR` dummy file.""" 10 10 maintainer: ["Reynir Björnsson <reynir@reynir.dk>"] 11 11 authors: ["Reynir Björnsson <reynir@reynir.dk>"] 12 12 license: "BSD-2-Clause"