this repo has no description
1opam-version: "2.0" 2synopsis: "A library to manipulate GUID Partition tables" 3description: "A longer description" 4maintainer: [ 5 "PizieDust <playersrebirth@gmail.com>" 6 "Reynir Björnsson <reynir@reynir.dk>" 7] 8authors: ["PizieDust <playersrebirth@gmail.com>"] 9license: "ISC" 10tags: ["mirage" "ocaml" "storage" "gpt"] 11homepage: "https://github.com/mirage/ocaml-gpt" 12doc: "https://mirage.github.io/ocaml-gpt/" 13bug-reports: "https://github.com/mirage/ocaml-gpt/issues" 14depends: [ 15 "ocaml" {>= "4.13.0"} 16 "dune" {>= "3.7"} 17 "cstruct" 18 "uuidm" {>= "0.9.7"} 19 "checkseum" {>= "0.4.0"} 20 "mbr-format" {>= "2.0.0"} 21 "ocplib-endian" {>= "1.2"} 22 "alcotest" {with-test} 23 "fmt" {with-test} 24 "odoc" {with-doc} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39] 40dev-repo: "git+https://github.com/mirage/ocaml-gpt.git" 41url { 42 src: 43 "https://github.com/mirage/ocaml-gpt/releases/download/v1.0.0/gpt-1.0.0.tbz" 44 checksum: [ 45 "sha256=e2d78b11f8c3f168c9f84c7da4139a24ef472ef2dc6ad5a988e833fd589849d4" 46 "sha512=968e822c96220008143a8c0476343aaeaa9ff22034d6004554c2d978d9b753a272d17b15ea1229a5d4c12ebb880be5b46ce9048dbba72b0217f588ceb3d97830" 47 ] 48} 49x-commit-hash: "da88f99c3ec2e91045ed5dfc5ee05c782113edaa"