this repo has no description
1opam-version: "2.0" 2build: [ 3 ["dune" "build" "-p" name "-j" jobs] 4] 5depends: [ 6 "ocaml" {>= "4.07" & < "4.12"} 7 "dune" {>= "1.0"} 8 "core" 9 "pcre" 10 "mparser" {< "1.3"} 11 "lwt" 12 "lwt_ppx" 13 "lambda-term" 14] 15 16maintainer: "martindemello@gmail.com" 17homepage: "https://github.com/martindemello/anthill" 18bug-reports: "https://github.com/martindemello/anthill/issues" 19dev-repo: "git+https://github.com/martindemello/anthill" 20doc: "https://martindemello.github.io/anthill/" 21license: "MIT" 22synopsis: "Word search library and utility" 23description: """ 24Anthill is a library and command-line repl to perform word searches (anagram, 25pattern and build). 26""" 27authors: "Martin DeMello" 28url { 29 src: 30 "https://github.com/martindemello/anthill/releases/download/0.1/anthill-0.1.tbz" 31 checksum: [ 32 "sha256=ecda74c3c83508fc8debd73ca277eb3ac1d6aba3edf4b3de22ea78323ff59f99" 33 "sha512=e95c8727fb496f1605f745f78cbaca1d6b7920637e29e74515e9e121c4f2647c52f6657de8be1c4287bb6cd5f016869dc642a39c39d944143151e76488332e87" 34 ] 35}