@@ -656,6 +656,28 @@ (define-public camlidl
code for interfacing Caml with C from an IDL description of the C functions.")
(license license:lgpl2.1)))
+(define-public ocaml-arg-complete
+ (package
+ (name "ocaml-arg-complete")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/sim642/ocaml-arg-"
+ "complete/releases/download/" version
+ "/arg-complete-" version ".tbz"))
+ (sha256
+ (base32
+ "1g12baxcw69gsbmf90c13zkqm21w0kpafiafanmhba9wws2mf3pk"))))
+ (build-system dune-build-system)
+ (propagated-inputs (list ocaml-cppo ocaml-odoc))
+ (native-inputs (list ocaml-ounit2))
+ (home-page "https://github.com/sim642/ocaml-arg-complete")
+ (synopsis "Bash completion support for Stdlib.Arg")
+ (description
+ "This package provides bash completion support for Stdlib.Arg.")
+ (license license:expat)))
+
(define-public ocaml-extlib
(package
(name "ocaml-extlib")