this repo has no description
0
fork

Configure Feed

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

Merge pull request #27665 from kandu/fswatch

[new release] fswatch

authored by

Marcello Seri and committed by
GitHub
d8a8041f e77ebb80

+70
+35
packages/fswatch/fswatch.11-0.1.5/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "zandoye@gmail.com" 3 + authors: [ "ZAN DoYe" ] 4 + homepage: "https://github.com/kandu/ocaml-fswatch/" 5 + bug-reports: "https://github.com/kandu/ocaml-fswatch/issues" 6 + license: "MIT" 7 + dev-repo: "git+https://github.com/kandu/ocaml-fswatch" 8 + build: [ 9 + ["sh" "-exec" "echo \\(-I/usr/local/include/libfswatch/c -I/usr/include/libfswatch/c\\) > fswatch/src/inc_cflags"] { !(os-distribution = "homebrew" & arch = "arm64") & os-family != "bsd" } 10 + ["sh" "-exec" "echo -lfswatch > fswatch/src/inc_libs"] { !(os-distribution = "homebrew" & arch = "arm64") & os-family != "bsd" } 11 + 12 + ["sh" "-exec" "echo -I$(brew --prefix)/include/libfswatch/c > fswatch/src/inc_cflags"] { os-distribution = "homebrew" & arch = "arm64" } 13 + ["sh" "-exec" "echo \\(-L$(brew --prefix)/lib -lfswatch\\) > fswatch/src/inc_libs"] { os-distribution = "homebrew" & arch = "arm64" } 14 + 15 + ["sh" "-exec" "echo -I/usr/local/include/libfswatch/c > fswatch/src/inc_cflags"] { os-family = "bsd" } 16 + ["sh" "-exec" "echo \\(-L/usr/local/lib -lfswatch\\) > fswatch/src/inc_libs"] { os-family = "bsd" } 17 + 18 + ["dune" "build" "-p" name "-j" jobs] 19 + ] 20 + depends: [ 21 + "ocaml" {>= "4.03.0"} 22 + "conf-fswatch" 23 + "dune" {>= "1.4"} 24 + ] 25 + 26 + synopsis: "Bindings for libfswatch -- file change monitor" 27 + description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified.""" 28 + 29 + url { 30 + src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.5.tar.gz" 31 + checksum: [ 32 + "sha256=b8b694abf73ca633eafa5f611b7140adacd5102bdded99453cd2da4d58c8bd58" 33 + "md5=bea57e7942c8230c4b329e48417609f2" 34 + ] 35 + }
+35
packages/fswatch/fswatch.11-0.1.6/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "zandoye@gmail.com" 3 + authors: [ "ZAN DoYe" ] 4 + homepage: "https://github.com/kandu/ocaml-fswatch/" 5 + bug-reports: "https://github.com/kandu/ocaml-fswatch/issues" 6 + license: "MIT" 7 + dev-repo: "git+https://github.com/kandu/ocaml-fswatch" 8 + build: [ 9 + ["sh" "-exec" "echo \\(-I/usr/local/include/libfswatch/c -I/usr/include/libfswatch/c\\) > fswatch/src/inc_cflags"] { !(os-distribution = "homebrew" & arch = "arm64") & os-family != "bsd" } 10 + ["sh" "-exec" "echo -lfswatch > fswatch/src/inc_libs"] { !(os-distribution = "homebrew" & arch = "arm64") & os-family != "bsd" } 11 + 12 + ["sh" "-exec" "echo -I$(brew --prefix)/include/libfswatch/c > fswatch/src/inc_cflags"] { os-distribution = "homebrew" & arch = "arm64" } 13 + ["sh" "-exec" "echo \\(-L$(brew --prefix)/lib -lfswatch\\) > fswatch/src/inc_libs"] { os-distribution = "homebrew" & arch = "arm64" } 14 + 15 + ["sh" "-exec" "echo -I/usr/local/include/libfswatch/c > fswatch/src/inc_cflags"] { os-family = "bsd" } 16 + ["sh" "-exec" "echo \\(-L/usr/local/lib -lfswatch\\) > fswatch/src/inc_libs"] { os-family = "bsd" } 17 + 18 + ["dune" "build" "-p" name "-j" jobs] 19 + ] 20 + depends: [ 21 + "ocaml" {>= "4.03.0"} 22 + "conf-fswatch" 23 + "dune" {>= "1.4"} 24 + ] 25 + 26 + synopsis: "Bindings for libfswatch -- file change monitor" 27 + description: """fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified.""" 28 + 29 + url { 30 + src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.6.tar.gz" 31 + checksum: [ 32 + "sha256=b70b4ac61b3fc36b2dcde9e87dcec410531f6addf21d6e437d75fd5eeb2efb73" 33 + "md5=f7dc5c7ce67bd09e5ff09603a9cedbd2" 34 + ] 35 + }