Skip to content

Commit

Permalink
Bump package lists
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahbeckford committed Nov 30, 2023
1 parent 1fe6297 commit baeec15
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions i-network/bin/dune.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,51 @@
(package dkml-installer-ocaml-network) (name runner_user)
(modules runner_user) (ocamlopt_flags (:include ./user-link-flags.sexp))
(libraries dkml-install-runner.user private_common
dkml-component-ocamlcompiler-common dkml-component-ocamlcompiler-network
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-desktop-full dkml-component-staging-ocamlrun
dkml-component-offline-unixutils dkml-component-staging-desktop-full
dkml-component-staging-dkmlconfdir dkml-component-staging-ocamlrun
dkml-component-staging-opam32 dkml-component-staging-opam64
dkml-component-staging-withdkml))
dkml-component-staging-unixutils dkml-component-staging-withdkml))

(executable (public_name dkml-installer-ocaml-network-admin-runner)
(package dkml-installer-ocaml-network) (name runner_admin)
(modules runner_admin) (ocamlopt_flags (:include ./admin-link-flags.sexp))
(libraries dkml-install-runner.admin private_common
dkml-component-ocamlcompiler-common dkml-component-ocamlcompiler-network
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-desktop-full dkml-component-staging-ocamlrun
dkml-component-offline-unixutils dkml-component-staging-desktop-full
dkml-component-staging-dkmlconfdir dkml-component-staging-ocamlrun
dkml-component-staging-opam32 dkml-component-staging-opam64
dkml-component-staging-withdkml))
dkml-component-staging-unixutils dkml-component-staging-withdkml))

(executable (public_name dkml-installer-ocaml-network-create-installers)
(package dkml-installer-ocaml-network) (name create_installers)
(libraries dkml-package-console.create cmdliner private_common
dkml-component-ocamlcompiler-common dkml-component-ocamlcompiler-network
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-desktop-full dkml-component-staging-ocamlrun
dkml-component-offline-unixutils dkml-component-staging-desktop-full
dkml-component-staging-dkmlconfdir dkml-component-staging-ocamlrun
dkml-component-staging-opam32 dkml-component-staging-opam64
dkml-component-staging-withdkml)
dkml-component-staging-unixutils dkml-component-staging-withdkml)
(modules create_installers))

(executable (public_name dkml-installer-ocaml-network-package-install)
(package dkml-installer-ocaml-network) (name entry_install)
(libraries dkml-package-console.entry cmdliner private_common
dkml-component-ocamlcompiler-common dkml-component-ocamlcompiler-network
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-desktop-full dkml-component-staging-ocamlrun
dkml-component-offline-unixutils dkml-component-staging-desktop-full
dkml-component-staging-dkmlconfdir dkml-component-staging-ocamlrun
dkml-component-staging-opam32 dkml-component-staging-opam64
dkml-component-staging-withdkml)
dkml-component-staging-unixutils dkml-component-staging-withdkml)
(modules entry_install)
(ocamlopt_flags (:include ./console-link-flags.sexp)))

(executable (public_name dkml-installer-ocaml-network-package-uninstall)
(package dkml-installer-ocaml-network) (name entry_uninstall)
(libraries dkml-package-console.entry cmdliner private_common
dkml-component-ocamlcompiler-common dkml-component-ocamlcompiler-network
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-ocamlrun)
(modules entry_uninstall)
Expand All @@ -52,16 +61,19 @@
(package dkml-installer-ocaml-network) (name package_setup)
(modes (byte exe))
(libraries dkml-package-console.setup cmdliner private_common
dkml-component-ocamlcompiler-common dkml-component-ocamlcompiler-network
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-desktop-full dkml-component-staging-ocamlrun
dkml-component-offline-unixutils dkml-component-staging-desktop-full
dkml-component-staging-dkmlconfdir dkml-component-staging-ocamlrun
dkml-component-staging-opam32 dkml-component-staging-opam64
dkml-component-staging-withdkml)
dkml-component-staging-unixutils dkml-component-staging-withdkml)
(modules package_setup))

(executable (public_name dkml-installer-ocaml-network-package-uninstaller)
(package dkml-installer-ocaml-network) (name package_uninstaller)
(modes (byte exe))
(libraries dkml-package-console.uninstaller cmdliner private_common
dkml-component-ocamlcompiler-common dkml-component-ocamlcompiler-network
dkml-component-offline-desktop-full dkml-component-offline-opamshim
dkml-component-staging-ocamlrun)
(modules package_uninstaller))
Expand Down

0 comments on commit baeec15

Please sign in to comment.