rename
This commit is contained in:
parent
1e30753ba9
commit
84472e93dd
160 changed files with 18460 additions and 90 deletions
45
.jjconflict-side-0/src/dune
Normal file
45
.jjconflict-side-0/src/dune
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
(executable
|
||||
(public_name mte)
|
||||
(name mte)
|
||||
(modules mte)
|
||||
(libraries mte))
|
||||
|
||||
(library
|
||||
(name mte)
|
||||
(wrapped false)
|
||||
(modules :standard \ mte b32)
|
||||
(libraries
|
||||
b32
|
||||
;
|
||||
caqti
|
||||
caqti-miou
|
||||
caqti-miou.unix
|
||||
caqti-driver-pgx
|
||||
bin
|
||||
mirage-crypto
|
||||
kdf.hkdf
|
||||
digestif
|
||||
duration
|
||||
vif
|
||||
fmt
|
||||
jsont
|
||||
cohttp
|
||||
ptime
|
||||
logs
|
||||
logs.fmt
|
||||
logs.threaded
|
||||
fmt.tty))
|
||||
|
||||
(library ; crockford base32
|
||||
(name b32)
|
||||
(modules b32)
|
||||
(libraries base32))
|
||||
|
||||
(rule
|
||||
(target assets_crunch.ml)
|
||||
(deps
|
||||
(source_tree ../assets))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{null}
|
||||
(run ocaml-crunch -m plain ../assets -o %{target}))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue