···33synopsis: "Detect operating system, distro and version information"
44description: """
5566-This library is used to detect local information about
66+This library is used to detect local information about
77which operating system, architecture, distribution and
88version the program is running under."""
99maintainer: ["anil@recoil.org"]
1010authors: ["Anil Madhavapeddy <anil@recoil.org>"]
1111license: "ISC"
1212-homepage: "https://tangled.org/gazagnaire.org/osrelease"
1313-bug-reports: "https://tangled.org/gazagnaire.org/osrelease/issues"
1212+homepage: "https://github.com/avsm/osrelease"
1313+bug-reports: "https://github.com/avsm/osrelease/issues"
1414depends: [
1515 "dune" {>= "2.3"}
1616 "ocaml" {>= "4.06.0"}
···3131 "@doc" {with-doc}
3232 ]
3333]
3434-dev-repo: "https://tangled.org/gazagnaire.org/osrelease"
3434+dev-repo: "git+https://github.com/avsm/osrelease.git"