init
This commit is contained in:
commit
ab009ec9af
14 changed files with 386 additions and 0 deletions
31
dune-project
Normal file
31
dune-project
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
(lang dune 3.20)
|
||||
|
||||
(name inshellah-parser)
|
||||
|
||||
(generate_opam_files true)
|
||||
|
||||
(source
|
||||
(github username/reponame))
|
||||
|
||||
(authors "Author Name <author@example.com>")
|
||||
|
||||
(maintainers "Maintainer Name <maintainer@example.com>")
|
||||
|
||||
(license LICENSE)
|
||||
|
||||
(documentation https://url/to/documentation)
|
||||
|
||||
(package
|
||||
(name inshellah-parser)
|
||||
(synopsis "A short synopsis")
|
||||
(description "A longer description")
|
||||
(depends
|
||||
ocaml
|
||||
dune
|
||||
angstrom
|
||||
angstrom-unix
|
||||
(ppx_inline_test :with-test))
|
||||
(tags
|
||||
("add topics" "to describe" your project)))
|
||||
|
||||
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html
|
||||
Loading…
Add table
Add a link
Reference in a new issue