mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-14 19:18:05 +00:00
Plus a few more minor improvements: - compile with jbuilder. - start working on the control path. Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
(jbuild_version 1)
|
|
|
|
(executables
|
|
((names (main))
|
|
(libraries (logs-syslog.lwt threads cohttp.lwt cstruct.lwt
|
|
cmdliner fmt.cli logs.fmt logs.cli fmt.tty decompress
|
|
irmin irmin-git irmin-http lwt.unix rawlink tuntap bpf_dhcp
|
|
irmin-watcher inotify))
|
|
(flags (-cclib -static))
|
|
))
|