-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrewlib.opam
42 lines (42 loc) · 942 Bytes
/
grewlib.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.16.6"
synopsis: "The main library for the Grew system"
description: "Grew implements a Graph Rewriting system to be used in NLP"
maintainer: ["[email protected]"]
authors: ["Bruno Guillaume"]
license: "CECILL-2.1"
tags: ["nlp" "graph rewriting"]
homepage: "https://github.com/grew-nlp/grewlib"
doc: "https://grew.fr"
bug-reports: "https://github.com/grew-nlp/grewlib/issues"
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "3.5"}
"menhir"
"re"
"yojson"
"fileutils"
"ANSITerminal"
"containers" {>= "3.6"}
"amr" {>= "0.7.1"}
"conll" {>= "1.19.0"}
"uunf"
"odoc" {with-doc}
]
conflicts: ["libcaml-grew"]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/grew-nlp/grewlib.git"