25 lines
736 B
Text
25 lines
736 B
Text
|
opam-version: "2.0"
|
||
|
name: "spamtacus-mirage"
|
||
|
maintainer: "Carine Morel <carine@tarides.com>"
|
||
|
authors: "Carine Morel <carine@tarides.com>"
|
||
|
homepage: "https://github.com/mirage/spamtacus"
|
||
|
bug-reports: "https://github.com/mirage/spamtacus/issues"
|
||
|
dev-repo: "git+https://github.com/mirage/spamtacus.git"
|
||
|
license: "MIT"
|
||
|
synopsis: "Spam filter in OCaml for MirageOS"
|
||
|
description: """Naive bayesian spam filter for mirageOS unikernel."""
|
||
|
|
||
|
build: [
|
||
|
[ "dune" "build" "-p" name "-j" jobs ]
|
||
|
]
|
||
|
|
||
|
depends: [
|
||
|
"ocaml" {>= "4.08.0"}
|
||
|
"lwt" {>= "5.5.0"}
|
||
|
"dune" {>= "2.0.0"}
|
||
|
"spamtacus-bayesian" {= version}
|
||
|
]
|
||
|
url {
|
||
|
src: "git+https://github.com/mirage/spamtacus.git"
|
||
|
}
|