]> Git — Sourcephile - gargantext.git/blob - package.yaml
[API][NGRAMS] NgramsElement name.
[gargantext.git] / package.yaml
1 name: gargantext
2 version: '4.0.0.2'
3 synopsis: Search, map, share
4 description: Please see README.md
5 category: Data
6 author: Gargantext Team
7 maintainer: team@gargantext.org
8 copyright:
9 - ! 'Copyright: (c) 2017-2018: see git logs and README'
10 license: BSD3
11 homepage: https://gargantext.org
12 ghc-options: -Wall
13 dependencies:
14 - extra
15 - text
16 library:
17 source-dirs: src
18 ghc-options:
19 - -Wincomplete-uni-patterns
20 - -Wincomplete-record-updates
21 - -Wmissing-signatures
22 - -Wunused-binds
23 - -Wunused-imports
24 - -Werror
25 exposed-modules:
26 - Gargantext
27 - Gargantext.API
28 - Gargantext.API.Auth
29 - Gargantext.API.Count
30 - Gargantext.API.FrontEnd
31 - Gargantext.API.Orchestrator
32 - Gargantext.API.Search
33 - Gargantext.API.Settings
34 - Gargantext.Core
35 - Gargantext.Core.Types
36 - Gargantext.Core.Types.Main
37 - Gargantext.Core.Utils.Prefix
38 - Gargantext.Database
39 - Gargantext.Database.Bashql
40 - Gargantext.Database.Node.Document.Insert
41 - Gargantext.Database.Node.Document.Add
42 - Gargantext.Database.Types.Node
43 - Gargantext.Database.User
44 - Gargantext.Database.Cooc
45 - Gargantext.Database.Tree
46 - Gargantext.Prelude
47 - Gargantext.Text
48 - Gargantext.Text.Context
49 - Gargantext.Text.Examples
50 - Gargantext.Text.List.CSV
51 - Gargantext.Text.Metrics
52 - Gargantext.Text.Metrics.CharByChar
53 - Gargantext.Text.Metrics.Count
54 - Gargantext.Text.Parsers.CSV
55 - Gargantext.Text.Parsers.Date
56 - Gargantext.Text.Parsers.Wikimedia
57 - Gargantext.Text.Parsers.WOS
58 - Gargantext.Text.Search
59 - Gargantext.Text.Terms
60 - Gargantext.Text.Terms.Stop
61 - Gargantext.Text.Terms.Mono
62 - Gargantext.Text.Terms.Multi.Lang.En
63 - Gargantext.Text.Terms.Multi.Lang.Fr
64 - Gargantext.Text.Terms.Multi.RAKE
65 - Gargantext.Text.Terms.WithList
66 - Gargantext.Text.Flow
67 - Gargantext.Viz.Graph
68 - Gargantext.Viz.Graph.Distances.Matrice
69 - Gargantext.Viz.Graph.Index
70 dependencies:
71 - QuickCheck
72 - accelerate
73 - aeson
74 - aeson-lens
75 - aeson-pretty
76 - async
77 - attoparsec
78 - base >=4.7 && <5
79 - base16-bytestring
80 - bytestring
81 - case-insensitive
82 - cassava
83 - clustering-louvain
84 - conduit
85 - conduit-extra
86 - containers
87 - contravariant
88 - data-time-segment
89 - directory
90 - duckling
91 - exceptions
92 - filepath
93 - fullstop
94 - fclabels
95 - fast-logger
96 - full-text-search
97 - http-client
98 - http-client-tls
99 - http-conduit
100 - http-api-data
101 - http-types
102 - hxt
103 - hlcm
104 - ini
105 - jose-jwt
106 # - kmeans-vector
107 - KMP
108 - lens
109 - located-base
110 - logging-effect
111 - matrix
112 - monad-logger
113 - mtl
114 - natural-transformation
115 - opaleye
116 - pandoc
117 - parsec
118 - path
119 - path-io
120 - postgresql-simple
121 - pretty-simple
122 - probability
123 - product-profunctors
124 - profunctors
125 - protolude
126 - pureMD5
127 - SHA
128 - rake
129 - regex-compat
130 - resourcet
131 - safe
132 - semigroups
133 - servant
134 - servant-auth
135 - servant-client
136 - servant-job
137 - servant-mock
138 - servant-multipart
139 - servant-server
140 - servant-swagger
141 - servant-swagger-ui
142 - servant-static-th
143 - split
144 - stemmer
145 - string-conversions
146 - swagger2
147 - tagsoup
148 - text-metrics
149 - time
150 - time-locale-compat
151 - timezone-series
152 - transformers
153 - transformers-base
154 - unordered-containers
155 - uuid
156 - vector
157 - wai
158 - wai-cors
159 - wai-extra
160 - warp
161 - xml-conduit
162 - xml-types
163 - yaml
164 - zip
165 - zlib
166 # - utc
167
168 executables:
169 gargantext-server:
170 main: Main.hs
171 source-dirs: bin/gargantext-server
172 ghc-options:
173 - -O2
174 - -Wcompat
175 - -Wmissing-signatures
176 - -rtsopts
177 - -threaded
178 - -with-rtsopts=-N
179 dependencies:
180 - base
181 - containers
182 - gargantext
183 - vector
184 - cassava
185 - ini
186 - optparse-generic
187 - unordered-containers
188 - full-text-search
189
190 gargantext-cli:
191 main: Main.hs
192 source-dirs: bin/gargantext-cli
193 ghc-options:
194 - -threaded
195 - -rtsopts
196 - -with-rtsopts=-N
197 - -O2
198 - -Wmissing-signatures
199 dependencies:
200 - aeson
201 - async
202 - base
203 - bytestring
204 - containers
205 - gargantext
206 - vector
207 - cassava
208 - ini
209 - optparse-generic
210 - split
211 - unordered-containers
212 - full-text-search
213
214 tests:
215 # garg-test:
216 # main: Main.hs
217 # source-dirs: src-test
218 # ghc-options:
219 # - -threaded
220 # - -rtsopts
221 # - -with-rtsopts=-N
222 # dependencies:
223 # - base
224 # - gargantext
225 # - hspec
226 # - QuickCheck
227 # - quickcheck-instances
228 # - time
229 # - parsec
230 # - duckling
231 # - text
232 garg-doctest:
233 main: Main.hs
234 source-dirs: src-doctest
235 ghc-options:
236 - -O2
237 - -Wcompat
238 - -Wmissing-signatures
239 - -rtsopts
240 - -threaded
241 - -with-rtsopts=-N
242 dependencies:
243 - doctest
244 - Glob
245 - QuickCheck
246 - base
247 - gargantext