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: [
20
20
synopsis: "Virtual package relying on libfswatch installation"
21
21
description: "This package can install only if the libfswatch is available on the system"
22
22
23
- flags: [conf]
23
+ messages: ["WARNING! The fswatch library is deprecated!"]
24
+
25
+ flags: [conf deprecated]
24
26
extra-source "test.c" {
25
27
src:
26
28
"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: [
13
13
14
14
depexts: [
15
15
["libfswatch-dev"] {os-family = "debian"}
16
- ["fswatch"] {os-family = "ubuntu"}
17
16
["fswatch-devel"] {os-distribution = "fedora"}
18
17
["fswatch"] {os-distribution = "arch"}
19
18
["sys-fs/fswatch"] {os-distribution = "gentoo"}
@@ -24,7 +23,9 @@ depexts: [
24
23
synopsis: "Virtual package relying on libfswatch installation"
25
24
description: "This package can install only if the libfswatch is available on the system"
26
25
27
- flags: [conf]
26
+ messages: ["WARNING! The fswatch library is deprecated!"]
27
+
28
+ flags: [conf deprecated]
28
29
extra-source "test.c" {
29
30
src:
30
31
"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: [
17
17
synopsis: "Bindings for libfswatch -- file change monitor"
18
18
description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
19
19
20
+ messages: ["WARNING! The fswatch library is deprecated!"]
21
+ flags: [deprecated]
22
+
20
23
url {
21
24
src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.0.tar.gz"
22
25
checksum: [
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ depends: [
17
17
synopsis: "Bindings for libfswatch -- file change monitor"
18
18
description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
19
19
20
+ messages: ["WARNING! The fswatch library is deprecated!"]
21
+ flags: [deprecated]
22
+
20
23
url {
21
24
src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.1.tar.gz"
22
25
checksum: [
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ depends: [
23
23
"dune" {>= "1.4"}
24
24
]
25
25
26
+ messages: ["WARNING! The fswatch library is deprecated!"]
27
+ flags: [deprecated]
28
+
26
29
synopsis: "Bindings for libfswatch -- file change monitor"
27
30
description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
28
31
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ depends: [
26
26
synopsis: "Bindings for libfswatch -- file change monitor"
27
27
description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
28
28
29
+ messages: ["WARNING! The fswatch library is deprecated!"]
30
+ flags: [deprecated]
31
+
29
32
url {
30
33
src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.4.tar.gz"
31
34
checksum: [
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ depends: [
26
26
synopsis: "Bindings for libfswatch -- file change monitor"
27
27
description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
28
28
29
+ messages: ["WARNING! The fswatch library is deprecated!"]
30
+ flags: [deprecated]
31
+
29
32
url {
30
33
src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.5.tar.gz"
31
34
checksum: [
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ depends: [
26
26
synopsis: "Bindings for libfswatch -- file change monitor"
27
27
description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
28
28
29
+ messages: ["WARNING! The fswatch library is deprecated!"]
30
+ flags: [deprecated]
31
+
29
32
url {
30
33
src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.6.tar.gz"
31
34
checksum: [
You can’t perform that action at this time.
0 commit comments