mirror of
https://codeberg.org/ProgramSnail/pass_strategy_synthesis.git
synced 2025-12-06 03:58:42 +00:00
start with template code https://github.com/Kakadu/OCanren-basic-template
This commit is contained in:
parent
f1433eb62d
commit
19b9d3aa56
9 changed files with 199 additions and 0 deletions
33
dune-project
Normal file
33
dune-project
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
(lang dune 3.20)
|
||||
|
||||
(name pass_strategy_synthesis)
|
||||
|
||||
(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 pass_strategy_synthesis)
|
||||
(synopsis "A short synopsis")
|
||||
(description "A longer description")
|
||||
(depends
|
||||
(ocaml
|
||||
(= 4.14.2))
|
||||
GT
|
||||
(OCanren
|
||||
(>= 0.3.0~))
|
||||
(OCanren-ppx
|
||||
(>= 0.3.0~)))
|
||||
(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