Skip to content

Portable lock with portable depexts #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions dune.lock/angstrom.0.16.1.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
(version 0.16.1)

(build
(all_platforms
((action
(progn
(when %{pkg-self:dev} (run dune subst))
(run dune build -p %{pkg-self:name} -j %{jobs}))))))

(depends
(all_platforms
(ocaml dune bigstringaf ocaml-syntax-shims)))

(source
(fetch
(url https://github.com/inhabitedtype/angstrom/archive/0.16.1.tar.gz)
(checksum md5=a9e096b4b2b8e4e3bb17d472bbccaad0)))
15 changes: 0 additions & 15 deletions dune.lock/angstrom.pkg

This file was deleted.

8 changes: 8 additions & 0 deletions dune.lock/arch-x86_64.1.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(version 1)

(enabled_on_platforms
(only
((arch x86_64)
(os win32)
(os-distribution cygwin)
(os-family windows))))
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
(version 0.3.2)

(build
(progn
(when
%{pkg-self:dev}
(run dune subst))
(run dune build -p %{pkg-self:name} -j %{jobs})))
(all_platforms
((action
(progn
(when %{pkg-self:dev} (run dune subst))
(run dune build -p %{pkg-self:name} -j %{jobs}))))))

(depends ocaml dune ptime)
(depends
(all_platforms
(ocaml dune ptime)))

(source
(fetch
Expand Down
7 changes: 5 additions & 2 deletions dune.lock/astring.pkg → dune.lock/astring.0.8.5.pkg
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
(version 0.8.5)

(build
(run ocaml pkg/pkg.ml build --pinned %{pkg-self:pinned}))
(all_platforms
((action (run ocaml pkg/pkg.ml build --pinned %{pkg-self:pinned})))))

(depends ocaml ocamlfind ocamlbuild topkg)
(depends
(all_platforms
(ocaml ocamlfind ocamlbuild topkg)))

(source
(fetch
Expand Down
5 changes: 5 additions & 0 deletions dune.lock/base-bytes.base.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(version base)

(depends
(all_platforms
(ocaml ocamlfind)))
3 changes: 0 additions & 3 deletions dune.lock/base-bytes.pkg

This file was deleted.

File renamed without changes.
File renamed without changes.
14 changes: 8 additions & 6 deletions dune.lock/base64.pkg → dune.lock/base64.3.5.1.pkg
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
(version 3.5.1)

(build
(progn
(when
%{pkg-self:dev}
(run dune subst))
(run dune build -p %{pkg-self:name} -j %{jobs})))
(all_platforms
((action
(progn
(when %{pkg-self:dev} (run dune subst))
(run dune build -p %{pkg-self:name} -j %{jobs}))))))

(depends ocaml dune)
(depends
(all_platforms
(ocaml dune)))

(source
(fetch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
(version 1.1.0)

(build
(progn
(when
%{pkg-self:dev}
(run dune subst))
(run dune build -p %{pkg-self:name} -j %{jobs})))
(all_platforms
((action
(progn
(when %{pkg-self:dev} (run dune subst))
(run dune build -p %{pkg-self:name} -j %{jobs}))))))

(depends ocaml dune)
(depends
(all_platforms
(ocaml dune)))

(source
(fetch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
(version 0.2.1)

(build
(run dune build -p %{pkg-self:name} -j %{jobs}))
(all_platforms ((action (run dune build -p %{pkg-self:name} -j %{jobs})))))

(depends ocaml dune conf-pkg-config)
(depends
(all_platforms
(ocaml dune conf-pkg-config)))

(source
(fetch
Expand Down
17 changes: 17 additions & 0 deletions dune.lock/bigstringaf.0.10.0.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
(version 0.10.0)

(build
(all_platforms
((action
(progn
(when %{pkg-self:dev} (run dune subst))
(run dune build -p %{pkg-self:name} -j %{jobs} @install))))))

(depends
(all_platforms
(dune dune-configurator ocaml)))

(source
(fetch
(url https://github.com/inhabitedtype/bigstringaf/archive/0.10.0.tar.gz)
(checksum md5=be0a44416840852777651150757a0a3b)))
15 changes: 0 additions & 15 deletions dune.lock/bigstringaf.pkg

This file was deleted.

17 changes: 17 additions & 0 deletions dune.lock/camlp-streams.5.0.1.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
(version 5.0.1)

(build
(all_platforms
((action
(progn
(when %{pkg-self:dev} (run dune subst))
(run dune build -p %{pkg-self:name} -j %{jobs} @install))))))

(depends
(all_platforms
(dune ocaml)))

(source
(fetch
(url https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
(checksum md5=afc874b25f7a1f13e8f5cfc1182b51a7)))
15 changes: 0 additions & 15 deletions dune.lock/camlp-streams.pkg

This file was deleted.

15 changes: 15 additions & 0 deletions dune.lock/caqti-lwt.2.2.4.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
(version 2.2.4)

(build
(all_platforms ((action (run dune build -p %{pkg-self:name} -j %{jobs})))))

(depends
(all_platforms
(caqti dune domain-name ipaddr logs mtime lwt ocaml)))

(source
(fetch
(url
https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz)
(checksum
sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb)))
13 changes: 0 additions & 13 deletions dune.lock/caqti-lwt.pkg

This file was deleted.

39 changes: 39 additions & 0 deletions dune.lock/caqti.2.2.4.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
(version 2.2.4)

(build
(all_platforms
((action
(progn
(run dune build -p %{pkg-self:name} -j %{jobs} @install)
(run
dune
install
-p
%{pkg-self:name}
--create-install-file
%{pkg-self:name}))))))

(depends
(all_platforms
(angstrom
bigstringaf
domain-name
dune
dune-site
ipaddr
logs
lru
lwt-dllist
mtime
ocaml
ptime
tls
uri
x509)))

(source
(fetch
(url
https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz)
(checksum
sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb)))
35 changes: 0 additions & 35 deletions dune.lock/caqti.pkg

This file was deleted.

6 changes: 4 additions & 2 deletions dune.lock/checkseum.pkg → dune.lock/checkseum.0.5.2.pkg
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
(version 0.5.2)

(build
(run dune build -p %{pkg-self:name} -j %{jobs}))
(all_platforms ((action (run dune build -p %{pkg-self:name} -j %{jobs})))))

(depends ocaml dune dune-configurator optint)
(depends
(all_platforms
(ocaml dune dune-configurator optint)))

(source
(fetch
Expand Down
12 changes: 7 additions & 5 deletions dune.lock/cmdliner.pkg → dune.lock/cmdliner.1.3.0.pkg
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
(version 1.3.0)

(install
(progn
(run %{make} install LIBDIR=%{pkg-self:lib} DOCDIR=%{pkg-self:doc})
(run %{make} install-doc LIBDIR=%{pkg-self:lib} DOCDIR=%{pkg-self:doc})))
(all_platforms
(progn
(run %{make} install LIBDIR=%{pkg-self:lib} DOCDIR=%{pkg-self:doc})
(run %{make} install-doc LIBDIR=%{pkg-self:lib} DOCDIR=%{pkg-self:doc}))))

(build
(run %{make} all PREFIX=%{prefix}))
(all_platforms ((action (run %{make} all PREFIX=%{prefix})))))

(depends ocaml)
(depends
(all_platforms (ocaml)))

(source
(fetch
Expand Down
Loading