this repo has no description
0
fork

Configure Feed

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

conf-rocksdb: add Arch and Alpine support

+2
+2
packages/conf-rocksdb/conf-rocksdb.1/opam
··· 6 6 license: "Apache-2.0" 7 7 8 8 depexts: [ 9 + ["rocksdb"] {os-distribution = "arch"} 10 + ["rocksdb-dev"] {os-distribution = "alpine"} # community package 9 11 ["librocksdb-dev"] {os-family = "debian" | os-family = "ubuntu"} 10 12 ["rocksdb"] {os-distribution = "homebrew" & os = "macos"} 11 13 ]