]> Git — Sourcephile - gargantext.git/blob - package.yaml
[GRAPH] Metadata with ListId
[gargantext.git] / package.yaml
1 name: gargantext
2 version: '4.0.0.6'
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.Ngrams
32 - Gargantext.API.Node
33 - Gargantext.API.Orchestrator
34 - Gargantext.API.Search
35 - Gargantext.API.Settings
36 - Gargantext.Core
37 - Gargantext.Core.Types
38 - Gargantext.Core.Types.Main
39 - Gargantext.Core.Utils.Prefix
40 - Gargantext.Database
41 - Gargantext.Database.Flow
42 - Gargantext.Database.Schema.Node
43 - Gargantext.Database.Tree
44 - Gargantext.Database.Types.Node
45 - Gargantext.Database.Utils
46 - Gargantext.Database.Schema.User
47 - Gargantext.Prelude
48 - Gargantext.Text
49 - Gargantext.Text.Context
50 - Gargantext.Text.Crawlers
51 - Gargantext.Text.Examples
52 - Gargantext.Text.List.CSV
53 - Gargantext.Text.Metrics
54 - Gargantext.Text.Metrics.TFICF
55 - Gargantext.Text.Metrics.CharByChar
56 - Gargantext.Text.Metrics.Count
57 - Gargantext.Text.Parsers
58 - Gargantext.Text.Parsers.CSV
59 - Gargantext.Text.Parsers.Date
60 - Gargantext.Text.Parsers.Wikimedia
61 - Gargantext.Text.Parsers.WOS
62 - Gargantext.Text.Parsers.GrandDebat
63 - Gargantext.Text.Search
64 - Gargantext.Text.Terms
65 - Gargantext.Text.Terms.Stop
66 - Gargantext.Text.Terms.Mono
67 - Gargantext.Text.Terms.Multi.Lang.En
68 - Gargantext.Text.Terms.Multi.Lang.Fr
69 - Gargantext.Text.Terms.Multi.RAKE
70 - Gargantext.Text.Terms.WithList
71 - Gargantext.Text.Flow
72 - Gargantext.Viz.Graph
73 - Gargantext.Viz.Graph.Distances.Matrice
74 - Gargantext.Viz.Graph.Index
75 - Gargantext.Viz.Phylo
76 - Gargantext.Viz.Phylo.Tools
77 - Gargantext.Viz.Phylo.Example
78 - Gargantext.Viz.Phylo.LevelMaker
79 - Gargantext.Viz.Phylo.View.Export
80 - Gargantext.Viz.Phylo.View.ViewMaker
81 dependencies:
82 - array
83 - QuickCheck
84 - accelerate
85 - aeson
86 - aeson-lens
87 - aeson-pretty
88 - async
89 - attoparsec
90 - auto-update
91 - base >=4.7 && <5
92 - base16-bytestring
93 - blaze-html
94 - blaze-markup
95 - blaze-svg
96 - bytestring
97 - case-insensitive
98 - cassava
99 #- charsetdetect-ae # detect charset
100 - clustering-louvain
101 - conduit
102 - conduit-extra
103 - containers
104 - contravariant
105 - crawlerPubMed
106 - crawlerIsidore
107 - crawlerHAL
108 - data-time-segment
109 - directory
110 - duckling
111 - exceptions
112 - filepath
113 - fullstop
114 - fclabels
115 - fgl
116 - fast-logger
117 - filelock
118 - full-text-search
119 - graphviz
120 - haskell-igraph
121 - http-client
122 - http-client-tls
123 - http-conduit
124 - http-api-data
125 - http-types
126 - hsparql
127 - hstatistics
128 - HSvm
129 - hxt
130 - hlcm
131 - ini
132 - insert-ordered-containers
133 - jose-jwt
134 # - kmeans-vector
135 - json-stream
136 - KMP
137 - lens
138 - located-base
139 - logging-effect
140 - matrix
141 - monad-logger
142 - mtl
143 - natural-transformation
144 - opaleye
145 - pandoc
146 - parsec
147 - patches-class
148 - patches-map
149 - path
150 - path-io
151 - postgresql-simple
152 - pretty-simple
153 - probability
154 - product-profunctors
155 - profunctors
156 - protolude
157 - pureMD5
158 - SHA
159 - simple-reflect
160 - cereal # (IGraph)
161 - singletons # (IGraph)
162 - random
163 - rake
164 - regex-compat
165 - resourcet
166 - rdf4h
167 - safe
168 - semigroups
169 - servant
170 - servant-auth
171 - servant-blaze
172 - servant-client
173 - servant-job
174 - servant-mock
175 - servant-multipart
176 - servant-server
177 - servant-swagger
178 - servant-swagger-ui
179 - servant-static-th
180 - servant-cassava
181 - serialise
182 - split
183 - stemmer
184 - string-conversions
185 - swagger2
186 - tagsoup
187 - temporary
188 - text-metrics
189 - time
190 - time-locale-compat
191 - timezone-series
192 - transformers
193 - transformers-base
194 - unordered-containers
195 - uuid
196 - validity
197 - vector
198 - wai
199 - wai-cors
200 - wai-extra
201 - warp
202 - wreq
203 - xml-conduit
204 - xml-types
205 - yaml
206 - zip
207 - zlib
208 # - utc
209
210 executables:
211 gargantext-server:
212 main: Main.hs
213 source-dirs: bin/gargantext-server
214 ghc-options:
215 - -O2
216 - -Wcompat
217 - -Wmissing-signatures
218 - -rtsopts
219 - -threaded
220 - -with-rtsopts=-N
221 dependencies:
222 - base
223 - containers
224 - gargantext
225 - vector
226 - cassava
227 - ini
228 - optparse-generic
229 - unordered-containers
230 - full-text-search
231
232 gargantext-cli:
233 main: Main.hs
234 source-dirs: bin/gargantext-cli
235 ghc-options:
236 - -threaded
237 - -rtsopts
238 - -with-rtsopts=-N
239 - -O2
240 - -Wmissing-signatures
241 dependencies:
242 - aeson
243 - async
244 - base
245 - bytestring
246 - containers
247 - gargantext
248 - vector
249 - cassava
250 - ini
251 - optparse-generic
252 - split
253 - unordered-containers
254 - full-text-search
255
256 gargantext-phylo:
257 main: Main.hs
258 source-dirs: bin/gargantext-phylo
259 ghc-options:
260 - -threaded
261 - -rtsopts
262 - -with-rtsopts=-N
263 - -O2
264 - -Wmissing-signatures
265 dependencies:
266 - aeson
267 - async
268 - base
269 - bytestring
270 - containers
271 - gargantext
272 - vector
273 - parallel
274 - cassava
275 - ini
276 - optparse-generic
277 - split
278 - unordered-containers
279
280 gargantext-import:
281 main: Main.hs
282 source-dirs: bin/gargantext-import
283 ghc-options:
284 - -threaded
285 - -rtsopts
286 - -with-rtsopts=-N
287 - -O2
288 - -Wmissing-signatures
289 dependencies:
290 - gargantext
291 - base
292 - servant-server
293
294 tests:
295 # garg-test:
296 # main: Main.hs
297 # source-dirs: src-test
298 # ghc-options:
299 # - -threaded
300 # - -rtsopts
301 # - -with-rtsopts=-N
302 # dependencies:
303 # - base
304 # - gargantext
305 # - hspec
306 # - QuickCheck
307 # - quickcheck-instances
308 # - time
309 # - parsec
310 # - duckling
311 # - text
312 garg-doctest:
313 main: Main.hs
314 source-dirs: src-doctest
315 ghc-options:
316 - -O2
317 - -Wcompat
318 - -Wmissing-signatures
319 - -rtsopts
320 - -threaded
321 - -with-rtsopts=-N
322 dependencies:
323 - doctest
324 - Glob
325 - QuickCheck
326 - base
327 - gargantext