Skip to content

Commit a81a530

Browse files
committed
Add lockdir
1 parent 8a1d669 commit a81a530

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+794
-0
lines changed

dune.lock/ao.pkg

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
(version 0.2.4)
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 conf-ao conf-pkg-config dune dune-configurator)
11+
12+
(source
13+
(fetch
14+
(url https://github.com/savonet/ocaml-ao/archive/v0.2.4.tar.gz)
15+
(checksum md5=cc7e55bd899442e37757316cc06db3d7)))

dune.lock/base-unix.pkg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(version base)

dune.lock/base.pkg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
(version v0.17.3)
2+
3+
(build
4+
(run dune build -p %{pkg-self:name} -j %{jobs}))
5+
6+
(depends ocaml ocaml_intrinsics_kernel sexplib0 dune dune-configurator)
7+
8+
(source
9+
(fetch
10+
(url https://github.com/janestreet/base/archive/refs/tags/v0.17.3.tar.gz)
11+
(checksum md5=2100b0ed13fecf43be86ed45c5b2cc4d)))

dune.lock/bigarray-compat.pkg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
(version 1.1.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})))
9+
10+
(depends ocaml dune)
11+
12+
(source
13+
(fetch
14+
(url
15+
https://github.com/mirage/bigarray-compat/releases/download/v1.1.0/bigarray-compat-1.1.0.tbz)
16+
(checksum
17+
sha256=434469a48d5c84e80d621b13d95eb067f8138c1650a1fd5ae6009a19b93718d5)))

dune.lock/conf-ao.pkg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
(version 1)
2+
3+
(build
4+
(run pkg-config --exists ao))
5+
6+
(depends conf-pkg-config)
7+
8+
(depexts libao)

dune.lock/conf-libffi.pkg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
(version 2.0.0)
2+
3+
(build
4+
(run pkg-config libffi))
5+
6+
(depends conf-pkg-config)
7+
8+
(depexts libffi)

dune.lock/conf-pkg-config.pkg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
(version 4)
2+
3+
(build
4+
(run pkgconf --version))
5+
6+
(depexts pkgconf)

dune.lock/conf-sdl2.pkg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
(version 1)
2+
3+
(build
4+
(run pkg-config sdl2))
5+
6+
(depends conf-pkg-config)
7+
8+
(depexts sdl2)

dune.lock/csexp.pkg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
(version 1.5.2)
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 ocaml)
11+
12+
(source
13+
(fetch
14+
(url
15+
https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
16+
(checksum
17+
sha256=1a14dd04bb4379a41990248550628c77913a9c07f3c35c1370b6960e697787ff)))

dune.lock/ctypes-foreign.pkg

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
(version 0.23.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 ocaml ctypes dune-configurator conf-pkg-config conf-libffi)
26+
27+
(source
28+
(fetch
29+
(url
30+
https://github.com/yallop/ocaml-ctypes/archive/refs/tags/0.23.0.tar.gz)
31+
(checksum
32+
sha256=cae47d815b27dd4c824a007f1145856044542fe2588d23a443ef4eefec360bf1)))

0 commit comments

Comments
 (0)