Skip to content

Commit 736e13a

Browse files
committed
Change dep
1 parent 06759cc commit 736e13a

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
(= :version))
5959
(tsdl
6060
(>= 1))
61-
(osx-cf
61+
(osx-fsevents
6262
(= :os macos))
6363
(conf-pkg-config :build)))
6464

dune.lock/cmdliner.pkg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
(version 1.3.0)
2+
3+
(install
4+
(progn
5+
(run %{make} install LIBDIR=%{pkg-self:lib} DOCDIR=%{pkg-self:doc})
6+
(run %{make} install-doc LIBDIR=%{pkg-self:lib} DOCDIR=%{pkg-self:doc})))
7+
8+
(build
9+
(run %{make} all PREFIX=%{prefix}))
10+
11+
(depends ocaml)
12+
13+
(source
14+
(fetch
15+
(url https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz)
16+
(checksum
17+
sha512=4c46bc334444ff772637deae2f5ba03645d7a1b7db523470a1246acfce79b971c764d964cbb02388639b3161b279700d9ade95da550446fb32aa4849c8a8f283)))

dune.lock/lock.dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang package 0.1)
22

3-
(dependency_hash 583e917b51fb2631a10bdd322187e436)
3+
(dependency_hash 65fc02995de3bdaa0333be2c42d299ce)
44

55
(ocaml ocaml-base-compiler)
66

dune.lock/osx-fsevents.pkg

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
(version 0.2.0)
2+
3+
(install
4+
(run %{make} install))
5+
6+
(build
7+
(run %{make} build))
8+
9+
(depends ocaml ocamlfind ctypes osx-cf cmdliner)
10+
11+
(source
12+
(fetch
13+
(url https://github.com/dsheets/ocaml-osx-fsevents/archive/0.2.0.tar.gz)
14+
(checksum
15+
sha256=a80d2ee873b1660a0c6f2cb1b4b21d34e80aeee3b7bc3395509ab1dc1e0e3de2)))

0 commit comments

Comments
 (0)