diff --git a/timere-parse.opam b/timere-parse.opam index 0ed000fc..41d6e04e 100644 --- a/timere-parse.opam +++ b/timere-parse.opam @@ -1,7 +1,6 @@ opam-version: "2.0" -synopsis: "Timere NLP style parsing component" +synopsis: "Timere natural language parsing component" description: """ -Timere-parse provides natural language parsing of time expression (in English) for Timere """ maintainer: "Darren Ldl " authors: "Daypack developers" diff --git a/timere.opam b/timere.opam index ef3d110f..8edd1576 100644 --- a/timere.opam +++ b/timere.opam @@ -1,8 +1,9 @@ opam-version: "2.0" -synopsis: "Time reasoning/regex-ish library in OCaml" +synopsis: "Time reasoning library in OCaml" description: """ -Timere provides natural language parsing of time expression (in English), and facilities -for reasoning over time spans, e.g. union, intersect, relative complement +Timere provides facilities for reasoning over time intervals, e.g. union, intersect, relative complement + +See Timere-parse for the natural language parsing component """ maintainer: "Darren Ldl " authors: "Daypack developers" @@ -14,7 +15,7 @@ depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "1.11.0"} "oseq" - "ptime" + "timere" "mparser" ] build: [