Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a5effb8a authored by MALANDAIN Mathias's avatar MALANDAIN Mathias
Browse files

Add bare Dune project + a few small changes

parents
No related branches found
No related tags found
No related merge requests found
_build/
_opam/
*.opam
\ No newline at end of file
let () = print_endline "Hello, World!"
(executable
(public_name client_db)
(name client_db)
(libraries client_db))
(lang dune 3.6)
(name client_db)
(generate_opam_files true)
(source
(github username/reponame))
(authors "Author Name")
(maintainers "Maintainer Name")
(license LICENSE)
(documentation https://url/to/documentation)
(package
(name client_db)
(synopsis "A short synopsis")
(description "A longer description")
(depends (ocaml (>="5.0.0")) dune)
(tags
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
(library
(name client_db))
(test
(name client_db))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment