aboutsummaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-10-26 21:13:25 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-10-26 21:17:45 +0200
commit6d498ac858306944c09718c329191631ece91ee5 (patch)
tree009c75ccb0be26e805ed2fcc6746b0f025f02083 /dune-project
parentd43fd4449ce83814f85429b201e114db97c97535 (diff)
Removed ppx-args depHEADmaster
Diffstat (limited to 'dune-project')
-rwxr-xr-xdune-project2
1 files changed, 1 insertions, 1 deletions
diff --git a/dune-project b/dune-project
index ecfba48..22a02ba 100755
--- a/dune-project
+++ b/dune-project
@@ -5,6 +5,7 @@
(generate_opam_files true)
(authors "Sébastien Dailly")
(maintainers "Sébastien Dailly")
+(homepage "https://git.chimrod.com/css_lib.git/about/")
(license "MIT")
(package
@@ -13,7 +14,6 @@
(depends
(ocaml (>= 4.10.0))
(css-parser (>= 0.2.4))
- (ppx_deriving_argparse (>= 0.0.5))
(css_lib (>= 1.0))
)