upstream: https://github.com/mirage/ocaml-mbr
0
fork

Configure Feed

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

Rename mbr-format to mbr

+3 -3
+2 -2
dune-project
··· 1 1 (lang dune 3.17) 2 2 3 - (name mbr-format) 3 + (name mbr) 4 4 5 5 (generate_opam_files true) 6 6 ··· 18 18 (bug_reports "https://tangled.org/gazagnaire.org/ocaml-mbr/issues") 19 19 20 20 (package 21 - (name mbr-format) 21 + (name mbr) 22 22 (synopsis "A library to manipulate Master Boot Records") 23 23 (description 24 24 "Pure OCaml library for reading and writing Master Boot Records (MBR).
+1 -1
lib/dune
··· 1 1 (library 2 - (public_name mbr-format) 2 + (public_name mbr) 3 3 (name mbr) 4 4 (libraries bytesrw) 5 5 (modules mbr))