Skip to content

Commit 274d8c3

Browse files
Merge pull request #28396 from kandu/fswatch
[deprecated] fswatch and conf-fswatch
2 parents 5606b66 + 1ec9275 commit 274d8c3

File tree

8 files changed

+24
-3
lines changed
  • packages
    • conf-fswatch
      • conf-fswatch.11-0.1.0
      • conf-fswatch.11-0.1.3
    • fswatch
      • fswatch.11-0.1.0
      • fswatch.11-0.1.1
      • fswatch.11-0.1.3
      • fswatch.11-0.1.4
      • fswatch.11-0.1.5
      • fswatch.11-0.1.6

8 files changed

+24
-3
lines changed

packages/conf-fswatch/conf-fswatch.11-0.1.0/opam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ depexts: [
2020
synopsis: "Virtual package relying on libfswatch installation"
2121
description: "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]
2426
extra-source "test.c" {
2527
src:
2628
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-fswatch/test.c"

packages/conf-fswatch/conf-fswatch.11-0.1.3/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ build: [
1313

1414
depexts: [
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: [
2423
synopsis: "Virtual package relying on libfswatch installation"
2524
description: "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]
2829
extra-source "test.c" {
2930
src:
3031
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-fswatch/test.c"

packages/fswatch/fswatch.11-0.1.0/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ depends: [
1717
synopsis: "Bindings for libfswatch -- file change monitor"
1818
description: """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+
2023
url {
2124
src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.0.tar.gz"
2225
checksum: [

packages/fswatch/fswatch.11-0.1.1/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ depends: [
1717
synopsis: "Bindings for libfswatch -- file change monitor"
1818
description: """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+
2023
url {
2124
src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.1.tar.gz"
2225
checksum: [

packages/fswatch/fswatch.11-0.1.3/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2629
synopsis: "Bindings for libfswatch -- file change monitor"
2730
description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified."""
2831

packages/fswatch/fswatch.11-0.1.4/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ depends: [
2626
synopsis: "Bindings for libfswatch -- file change monitor"
2727
description: """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+
2932
url {
3033
src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.4.tar.gz"
3134
checksum: [

packages/fswatch/fswatch.11-0.1.5/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ depends: [
2626
synopsis: "Bindings for libfswatch -- file change monitor"
2727
description: """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+
2932
url {
3033
src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.5.tar.gz"
3134
checksum: [

packages/fswatch/fswatch.11-0.1.6/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ depends: [
2626
synopsis: "Bindings for libfswatch -- file change monitor"
2727
description: """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+
2932
url {
3033
src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.6.tar.gz"
3134
checksum: [

0 commit comments

Comments
 (0)