This website requires JavaScript.
Explore
Help
Sign in
Anri
/
dns-toy
Archived
Watch
1
Star
0
Fork
You've already forked dns-toy
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
add lib deps
Browse source
...
This commit is contained in:
Mylloon
2023-06-05 19:57:07 +02:00
parent
a13c15214d
commit
3f0cf9974e
Signed by:
Anri
GPG key ID:
A82D63DFF8D1317F
2 changed files
with
4 additions
and
2 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show stats
Download patch file
Download diff file
Expand all files
Collapse all files
3
lib/dune
Unescape
Escape
View file
@ -1,2 +1,3 @@
(library
(name dnstoy))
(name dnstoy)
(modules utils))
3
test/dune
Unescape
Escape
View file
@ -1,2 +1,3 @@
(test
(name dnstoy))
(name dnstoy)
(libraries dnstoy))
Reference in a new issue
Repository
Anri/dns-toy
Title
Body
Create issue