upstream: https://github.com/avsm/osrelease
0
fork

Configure Feed

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

at main 42 lines 1.0 kB view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Detect operating system, distro and version information" 4description: """ 5 6This library is used to detect local information about 7which operating system, architecture, distribution and 8version the program is running under.""" 9maintainer: ["anil@recoil.org"] 10authors: ["Anil Madhavapeddy <anil@recoil.org>"] 11license: "ISC" 12tags: ["org:blacksun" "system"] 13homepage: "https://github.com/avsm/osrelease" 14bug-reports: "https://github.com/avsm/osrelease/issues" 15depends: [ 16 "dune" {>= "3.21"} 17 "ocaml" {>= "4.06.0"} 18 "bos" 19 "astring" 20 "fmt" 21 "mdx" {with-test} 22 "alcotest" {with-test} 23 "odoc" {with-doc} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@runtest" {with-test} 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://github.com/avsm/osrelease.git" 40x-maintenance-intent: ["(latest)"] 41x-quality-build: "2026-04-15" 42x-quality-test: "2026-04-15"