Skip to content

Commit

Permalink
Merge pull request #16151 from martindemello/release-anthill-0.1
Browse files Browse the repository at this point in the history
[new release] anthill (0.1)
  • Loading branch information
kit-ty-kate authored Apr 6, 2020
2 parents 0b77d3f + 50be5c0 commit 4623f1b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions packages/anthill/anthill.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
opam-version: "2.0"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.06"}
"dune" {>= "1.0"}
"core"
"pcre"
"mparser"
"lwt"
"lambda-term"
]

maintainer: "martindemello@gmail.com"
homepage: "https://github.com/martindemello/anthill"
bug-reports: "https://github.com/martindemello/anthill/issues"
dev-repo: "git+https://github.com/martindemello/anthill"
doc: "https://martindemello.github.io/anthill/"
license: "MIT"
synopsis: "Word search library and utility"
description: """
Anthill is a library and command-line repl to perform word searches (anagram,
pattern and build).
"""
authors: "Martin DeMello"
url {
src:
"https://github.com/martindemello/anthill/releases/download/0.1/anthill-0.1.tbz"
checksum: [
"sha256=df9c65658189024055fc98362dd7a6563fd288625bfd4104e6273867249a8aef"
"sha512=742dc4c1b9c651fe843793201c8db85a4815b479e928b492ea7cc202bd78f617ec98f41d02e0537384dd62e7345f5be8cacb229db97fcf5582473b1504bc7d9a"
]
}

0 comments on commit 4623f1b

Please sign in to comment.