This repository has been archived on 2024-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
dns-toy/dune-project
2023-06-05 17:28:44 +02:00

25 lines
519 B
Text

(lang dune 3.8)
(name dnstoy)
(generate_opam_files true)
(source
(uri https://git.mylloon.fr/Anri/dns-toy.git))
(authors "Mylloon")
(maintainers "Mylloon")
(license AGPL-3.0-or-later)
(documentation https://implement-dns.wizardzines.com/book/intro.html)
(package
(name dnstoy)
(synopsis "DNS implementation (toy)")
(description "Implement DNS in a weekend, in OCaml")
(depends ocaml dune)
(tags (dns)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project