opam-version: "2.0" name: "spamtacus" maintainer: "Carine Morel " authors: "Carine Morel " 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 abstraction in OCaml" description: """Spam filter with a personnalizable features vector.""" build: [ [ "dune" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.0.0"} "mrmime" {>= "0.6.0"} "lwt" {>= "5.5.0"} "fpath" {>= "0.7.3"} "cmdliner" {>= "1.1.0"} "fmt" {with-test} "logs" {with-test} ] url { src: "git+https://github.com/mirage/spamtacus.git" }