Skip to content
Snippets Groups Projects
Commit 52cba94e authored by hondet's avatar hondet
Browse files

renaming

parent df396c25
No related branches found
No related tags found
No related merge requests found
File moved
all: psnj-chainprops
_build/default/chainprops.exe: chainprops.ml
@dune build
psnj-chainprops: _build/default/chainprops.exe
@cp -f _build/default/chainprops.exe psnj-chainprops
......@@ -2,8 +2,8 @@
opam-version: "2.0"
depends: [
"dune" {>= "2.9"}
"cmdliner" {>= "1.0.4"}
"angstrom" {>= "0.15.0"}
"cmdliner"
"angstrom"
"odoc" {with-doc}
]
build: [
......
(executable
(name psnj_chainprops)
(name chainprops)
(libraries angstrom cmdliner))
(lang dune 2.9)
(name psnj_chainprops)
(name chainprops)
(generate_opam_files true)
(package
(name psnj_chainprops)
(name chainprops)
(depends
(cmdliner (>= 1.0.4))
(angstrom (>= 0.15.0))))
cmdliner angstrom))
all: psnj-chainprops
_build/default/psnj_chainprops.exe: psnj_chainprops.ml
@dune build
psnj-chainprops: _build/default/psnj_chainprops.exe
@cp -f _build/default/psnj_chainprops.exe psnj-chainprops
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment