Fix missing dependencies from code review
Co-authored-by: Raphaël Proust <raphael-proust@users.noreply.github.com>
Jonathan Yong 2 years ago 4da645bb 0caa8150
··· 8 8 bug-reports: "https://github.com/yongrenjie/wcwidth-ocaml/issues" 9 9 depends: [ 10 10 "dune" {>= "3.3"} 11 11 + "ocaml" {>= "4.14"} 12 12 + "alcotest" {with-test} 11 13 "odoc" {with-doc} 12 14 ] 13 15 build: [