Skip to content

Commit 06759cc

Browse files
committed
Check in lockdir
1 parent 51ec465 commit 06759cc

Some content is hidden

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

49 files changed

+821
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ _opam
66
/*.wav
77
/*.mid
88
dev-tools.locks
9-
dune.lock

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+
(osx-cf
62+
(= :os macos))
6163
(conf-pkg-config :build)))
6264

6365
(package

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-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/base-threads.pkg

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

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)

0 commit comments

Comments
 (0)