File tree Expand file tree Collapse file tree 8 files changed +24
-3
lines changed Expand file tree Collapse file tree 8 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ depexts: [
2020synopsis: "Virtual package relying on libfswatch installation"
2121description: "This package can install only if the libfswatch is available on the system"
2222
23- flags: [conf]
23+ messages: ["WARNING! The fswatch library is deprecated!"]
24+
25+ flags: [conf deprecated]
2426extra-source "test.c" {
2527 src:
2628 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-fswatch/test.c"
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ build: [
1313
1414depexts: [
1515 ["libfswatch-dev"] {os-family = "debian"}
16- ["fswatch"] {os-family = "ubuntu"}
1716 ["fswatch-devel"] {os-distribution = "fedora"}
1817 ["fswatch"] {os-distribution = "arch"}
1918 ["sys-fs/fswatch"] {os-distribution = "gentoo"}
@@ -24,7 +23,9 @@ depexts: [
2423synopsis: "Virtual package relying on libfswatch installation"
2524description: "This package can install only if the libfswatch is available on the system"
2625
27- flags: [conf]
26+ messages: ["WARNING! The fswatch library is deprecated!"]
27+
28+ flags: [conf deprecated]
2829extra-source "test.c" {
2930 src:
3031 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-fswatch/test.c"
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ depends: [
1717synopsis: "Bindings for libfswatch -- file change monitor"
1818description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
1919
20+ messages: ["WARNING! The fswatch library is deprecated!"]
21+ flags: [deprecated]
22+
2023url {
2124 src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.0.tar.gz"
2225 checksum: [
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ depends: [
1717synopsis: "Bindings for libfswatch -- file change monitor"
1818description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
1919
20+ messages: ["WARNING! The fswatch library is deprecated!"]
21+ flags: [deprecated]
22+
2023url {
2124 src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.1.tar.gz"
2225 checksum: [
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ depends: [
2323 "dune" {>= "1.4"}
2424]
2525
26+ messages: ["WARNING! The fswatch library is deprecated!"]
27+ flags: [deprecated]
28+
2629synopsis: "Bindings for libfswatch -- file change monitor"
2730description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
2831
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ depends: [
2626synopsis: "Bindings for libfswatch -- file change monitor"
2727description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
2828
29+ messages: ["WARNING! The fswatch library is deprecated!"]
30+ flags: [deprecated]
31+
2932url {
3033 src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.4.tar.gz"
3134 checksum: [
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ depends: [
2626synopsis: "Bindings for libfswatch -- file change monitor"
2727description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
2828
29+ messages: ["WARNING! The fswatch library is deprecated!"]
30+ flags: [deprecated]
31+
2932url {
3033 src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.5.tar.gz"
3134 checksum: [
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ depends: [
2626synopsis: "Bindings for libfswatch -- file change monitor"
2727description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
2828
29+ messages: ["WARNING! The fswatch library is deprecated!"]
30+ flags: [deprecated]
31+
2932url {
3033 src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.6.tar.gz"
3134 checksum: [
You can’t perform that action at this time.
0 commit comments