Search Criteria
Package Details: ocaml-inotify 2.3-1
Git Clone URL: | https://aur.archlinux.org/ocaml-inotify.git (read-only, click to copy) |
---|---|
Package Base: | ocaml-inotify |
Description: | OCaml bindings for the inotify API |
Upstream URL: | https://github.com/whitequark/ocaml-inotify |
Licenses: | |
Submitter: | dest |
Maintainer: | None |
Last Packager: | J5lx |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2011-02-28 21:54 |
Last Updated: | 2017-04-22 13:47 |
Dependencies (5)
- ocaml
- ocaml-findlib (make)
- ocaml-lwt (make)
- ocamlbuild (make)
- ocaml-lwt (optional) – For the Lwt wrapper
Latest Comments
holos commented on 2014-12-07 00:41
That makes sense. Thanks dest.
dest commented on 2014-10-01 15:20
Dear Holos,
sorry for having taken so long to reply. I thought I did.
You are correct about the upstream URL. However, at a time, it was difficult to get in touch with upstream. Therefore I forked the code to secure and linked the package to my fork which is the same than upstream.
That said, I can hand over to package maintenance as I no longer use Arch Linux.
Thank you for your comment.
holos commented on 2014-08-01 04:05
The upstream URL is https://github.com/vincenthz/ocaml-inotify, but the source links to some fork. On top of that, there appear to be two other forks
https://github.com/seanmcl/ocaml-inotify
https://github.com/whitequark/ocaml-inotify
Also, `|| return 1` is no longer necessary in PKGBUILDs, and install commands should be inside a package() function.