Skip to content

Commit 239861c

Browse files
committed
Update lockdir
1 parent a81a530 commit 239861c

File tree

5 files changed

+55
-1
lines changed

5 files changed

+55
-1
lines changed

dune-project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
(= :version))
5959
(tsdl
6060
(>= 1))
61+
(fsevents
62+
(= :os macos))
6163
(conf-pkg-config :build)))
6264

6365
(package

dune.lock/base-bytes.pkg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(version base)
2+
3+
(depends ocaml ocamlfind)

dune.lock/cf.pkg

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
(version 0.5.0)
2+
3+
(build
4+
(progn
5+
(when
6+
%{pkg-self:dev}
7+
(run dune subst))
8+
(run
9+
dune
10+
build
11+
-p
12+
%{pkg-self:name}
13+
-j
14+
%{jobs}
15+
--promote-install-files=false
16+
@install)
17+
(run
18+
dune
19+
install
20+
-p
21+
%{pkg-self:name}
22+
--create-install-files
23+
%{pkg-self:name})))
24+
25+
(depends dune base-bytes ctypes ctypes-foreign)
26+
27+
(source
28+
(fetch
29+
(url
30+
https://github.com/mirage/ocaml-cf/releases/download/0.5.0/cf-lwt-0.5.0.tbz)
31+
(checksum
32+
sha256=d307832538a493023be3c7aceb5e9594e509d49e16f1e90dff1dc22ef46b9564)))

dune.lock/fsevents.pkg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
(version 0.3.0)
2+
3+
(build
4+
(progn
5+
(when
6+
%{pkg-self:dev}
7+
(run dune subst))
8+
(run dune build -p %{pkg-self:name} -j %{jobs} @install)))
9+
10+
(depends dune base-bytes cf ctypes)
11+
12+
(source
13+
(fetch
14+
(url
15+
https://github.com/mirage/ocaml-fsevents/releases/download/0.3.0/fsevents-lwt-0.3.0.tbz)
16+
(checksum
17+
sha256=0bbfea93c14e99c1dbb2bf9de2ef8c93e4f1043490df73c00f9c0a969f472b7a)))

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 d088f13591866679f2a99ff4485d1651)
3+
(dependency_hash e220a85da74d9b2f1e1c28b666f7adcc)
44

55
(ocaml ocaml-base-compiler)
66

0 commit comments

Comments
 (0)