]> Git — Sourcephile - gargantext.git/blob - package.yaml
[FEAT] connnecting new clustering algorithm
[gargantext.git] / package.yaml
1 name: gargantext
2 version: '0.0.4.4'
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-Present: see git logs and README'
10 license: AGPL-3
11 homepage: https://gargantext.org
12 ghc-options: -Wall
13 dependencies:
14 - extra
15 - text
16 default-extensions:
17 - DataKinds
18 - DeriveGeneric
19 - FlexibleContexts
20 - FlexibleInstances
21 - GeneralizedNewtypeDeriving
22 - MultiParamTypeClasses
23 - NamedFieldPuns
24 - NoImplicitPrelude
25 - OverloadedStrings
26 - RankNTypes
27 - RecordWildCards
28 library:
29 source-dirs: src
30 ghc-options:
31 - -Wincomplete-uni-patterns
32 - -Wincomplete-record-updates
33 - -Wmissing-signatures
34 - -Wunused-binds
35 - -Wunused-imports
36 - -Werror
37 - -freduction-depth=300
38 exposed-modules:
39 - Gargantext
40 - Gargantext.API
41 - Gargantext.API.Dev
42 - Gargantext.API.HashedResponse
43 - Gargantext.API.Node
44 - Gargantext.API.Node.File
45 - Gargantext.API.Ngrams
46 - Gargantext.API.Ngrams.Tools
47 - Gargantext.API.Ngrams.Types
48 - Gargantext.API.Admin.Settings
49 - Gargantext.API.Admin.EnvTypes
50 - Gargantext.API.Admin.Types
51 - Gargantext.API.Prelude
52 - Gargantext.Core
53 - Gargantext.Core.NodeStory
54 - Gargantext.Core.Methods.Distances
55 - Gargantext.Core.Types
56 - Gargantext.Core.Types.Individu
57 - Gargantext.Core.Types.Main
58 - Gargantext.Core.Utils.Prefix
59 - Gargantext.Database.Action.Flow
60 - Gargantext.Database.Action.Flow.Types
61 - Gargantext.Database.Action.User.New
62 - Gargantext.Database.Query.Table.User
63 - Gargantext.Database.Query.Table.Node
64 - Gargantext.Database.Query.Table.Node.UpdateOpaleye
65 - Gargantext.Database.Query.Table.NgramsPostag
66 - Gargantext.Database.Prelude
67 - Gargantext.Database.Admin.Trigger.Init
68 - Gargantext.Database.Admin.Config
69 - Gargantext.Database.Admin.Types.Hyperdata
70 - Gargantext.Database.Admin.Types.Node
71 - Gargantext.Core.Text
72 - Gargantext.Core.Text.Context
73 - Gargantext.Core.Text.Corpus.Parsers
74 - Gargantext.Core.Text.Corpus.Parsers.Date.Parsec
75 - Gargantext.Core.Text.Corpus.API
76 - Gargantext.Core.Text.Corpus.Parsers.CSV
77 - Gargantext.Core.Text.List.Formats.CSV
78 - Gargantext.Core.Text.Metrics
79 - Gargantext.Core.Text.Metrics.TFICF
80 - Gargantext.Core.Text.Metrics.CharByChar
81 - Gargantext.Core.Text.Metrics.Count
82 - Gargantext.Core.Text.Search
83 - Gargantext.Core.Text.Terms
84 - Gargantext.Core.Text.Terms.Mono
85 - Gargantext.Core.Text.Terms.Multi.Lang.En
86 - Gargantext.Core.Text.Terms.Multi.Lang.Fr
87 - Gargantext.Core.Text.Terms.Multi.RAKE
88 - Gargantext.Core.Text.Terms.WithList
89 - Gargantext.Core.Viz.Graph
90 - Gargantext.Core.Viz.Graph.Tools
91 - Gargantext.Core.Viz.Graph.Tools.IGraph
92 - Gargantext.Core.Viz.Graph.Index
93 - Gargantext.Core.Viz.AdaptativePhylo
94 - Gargantext.Core.Viz.Phylo.PhyloMaker
95 - Gargantext.Core.Viz.Phylo.PhyloTools
96 - Gargantext.Core.Viz.Phylo.PhyloExport
97 - Gargantext.Core.Viz.Phylo.SynchronicClustering
98 - Gargantext.Core.Viz.Types
99 dependencies:
100 - HSvm
101 - KMP
102 - MissingH
103 - MonadRandom
104 - QuickCheck
105 - Unique
106 - accelerate
107 - accelerate-arithmetic
108 - accelerate-utility
109 - aeson
110 - aeson-lens
111 - aeson-pretty
112 - array
113 - async
114 - attoparsec
115 - auto-update
116 - base >=4.7 && <5
117 - base16-bytestring
118 - base64-bytestring
119 - blaze-html
120 - blaze-markup
121 - blaze-svg
122 - bytestring
123 - case-insensitive
124 - cassava
125 - cereal # (IGraph)
126 - cborg
127 - conduit
128 - conduit-extra
129 - containers
130 - contravariant
131 - crawlerHAL
132 - crawlerISTEX
133 - crawlerIsidore
134 - crawlerPubMed
135 - cryptohash
136 - data-time-segment
137 - deepseq
138 - directory
139 - duckling
140 - exceptions
141 - fast-logger
142 - fclabels
143 - fgl
144 - filelock
145 - filepath
146 - formatting
147 - full-text-search
148 - fullstop
149 - gargantext-prelude
150 - gargantext-graph >= 0.1.0.0
151 - graphviz
152 - hashable
153 - haskell-igraph
154 - hlcm
155 - hsparql
156 - hstatistics
157 - http-api-data
158 - http-client
159 - http-client-tls
160 - http-conduit
161 - http-media
162 - http-types
163 - hxt
164 - ini
165 - insert-ordered-containers
166 - jose
167 - json-stream
168 - lens
169 - located-base
170 - logging-effect
171 - matrix
172 - monad-control
173 - monad-logger
174 - mtl
175 - natural-transformation
176 - opaleye
177 - pandoc
178 - parallel
179 - parsec
180 - patches-class
181 - patches-map
182 - path
183 - path-io
184 - postgresql-simple
185 - pretty-simple
186 - probability
187 - product-profunctors
188 - profunctors
189 - protolude
190 - pureMD5
191 - quickcheck-instances
192 - rake
193 - random
194 - rdf4h
195 - regex-compat
196 - regex-tdfa
197 - resource-pool
198 - resourcet
199 - safe
200 - scientific
201 - semigroups
202 - serialise
203 - servant
204 - servant-auth
205 - servant-auth-server >= 0.4.4.0
206 - servant-auth-swagger
207 - servant-blaze
208 - servant-cassava
209 - servant-client
210 - servant-job
211 - servant-mock
212 - servant-multipart
213 - servant-server
214 - servant-static-th
215 - servant-swagger
216 - servant-swagger-ui
217 - servant-xml
218 - simple-reflect
219 - singletons # (IGraph)
220 - split
221 - stemmer
222 - swagger2
223 - taggy-lens
224 - tagsoup
225 - template-haskell
226 - temporary
227 - text-metrics
228 - time
229 - time-locale-compat
230 - timezone-series
231 - transformers
232 - transformers-base
233 - unordered-containers
234 - utf8-string
235 - uuid
236 - validity
237 - vector
238 - wai
239 - wai-app-static
240 - wai-cors
241 - wai-extra
242 - warp
243 - wikiparsec
244 - wreq
245 - xml-conduit
246 - xml-types
247 - xmlbf
248 - yaml
249 - zip
250 - zlib
251
252 executables:
253 gargantext-server:
254 main: Main.hs
255 source-dirs: bin/gargantext-server
256 ghc-options:
257 - -O2
258 - -Wcompat
259 - -Wmissing-signatures
260 - -rtsopts
261 - -threaded
262 - -with-rtsopts=-N
263 - -fprof-auto
264 dependencies:
265 - base
266 - containers
267 - gargantext
268 - gargantext-prelude
269 - vector
270 - cassava
271 - ini
272 - optparse-generic
273 - unordered-containers
274 - full-text-search
275
276 gargantext-cli:
277 main: Main.hs
278 source-dirs: bin/gargantext-cli
279 ghc-options:
280 - -threaded
281 - -rtsopts
282 - -with-rtsopts=-N
283 - -O2
284 - -Wmissing-signatures
285 dependencies:
286 - aeson
287 - async
288 - base
289 - bytestring
290 - containers
291 - gargantext
292 - gargantext-prelude
293 - vector
294 - cassava
295 - ini
296 - optparse-generic
297 - split
298 - unordered-containers
299 - full-text-search
300
301 gargantext-adaptative-phylo:
302 main: Main.hs
303 source-dirs: bin/gargantext-adaptative-phylo
304 ghc-options:
305 - -threaded
306 - -rtsopts
307 - -with-rtsopts=-N
308 - -O2
309 - -Wmissing-signatures
310 dependencies:
311 - aeson
312 - async
313 - base
314 - bytestring
315 - containers
316 - directory
317 - gargantext
318 - gargantext-prelude
319 - vector
320 - parallel
321 - cassava
322 - ini
323 - optparse-generic
324 - split
325 - unordered-containers
326 - cryptohash
327 - time
328
329 gargantext-import:
330 main: Main.hs
331 source-dirs: bin/gargantext-import
332 ghc-options:
333 - -threaded
334 - -rtsopts
335 - -with-rtsopts=-N
336 - -O2
337 - -Wmissing-signatures
338 dependencies:
339 - gargantext
340 - gargantext-prelude
341 - base
342 - servant-server
343
344 gargantext-init:
345 main: Main.hs
346 source-dirs: bin/gargantext-init
347 ghc-options:
348 - -threaded
349 - -rtsopts
350 - -with-rtsopts=-N
351 - -O2
352 - -Wmissing-signatures
353 dependencies:
354 - gargantext
355 - gargantext-prelude
356 - base
357
358 gargantext-upgrade:
359 main: Main.hs
360 source-dirs: bin/gargantext-upgrade
361 ghc-options:
362 - -threaded
363 - -rtsopts
364 - -with-rtsopts=-N
365 - -O2
366 - -Wmissing-signatures
367 dependencies:
368 - gargantext
369 - gargantext-prelude
370 - base
371
372 gargantext-admin:
373 main: Main.hs
374 source-dirs: bin/gargantext-admin
375 ghc-options:
376 - -threaded
377 - -rtsopts
378 - -with-rtsopts=-N
379 - -O2
380 - -Wmissing-signatures
381 dependencies:
382 - gargantext
383 - gargantext-prelude
384 - base
385
386 gargantext-cbor2json:
387 main: Main.hs
388 source-dirs: bin/gargantext-cbor2json
389 ghc-options:
390 - -threaded
391 - -rtsopts
392 - -with-rtsopts=-N
393 - -O2
394 - -Wmissing-signatures
395 dependencies:
396 - gargantext
397 - gargantext-prelude
398 - base
399 - bytestring
400 - aeson
401 - serialise
402
403
404 tests:
405 garg-test:
406 main: Main.hs
407 source-dirs: src-test
408 default-extensions:
409 - DataKinds
410 - DeriveGeneric
411 - FlexibleContexts
412 - FlexibleInstances
413 - GeneralizedNewtypeDeriving
414 - MultiParamTypeClasses
415 - NoImplicitPrelude
416 - OverloadedStrings
417 - RankNTypes
418 ghc-options:
419 - -threaded
420 - -rtsopts
421 - -with-rtsopts=-N
422 dependencies:
423 - base
424 - gargantext
425 - gargantext-prelude
426 - hspec
427 - QuickCheck
428 - quickcheck-instances
429 - time
430 - parsec
431 - duckling
432 - text
433 - unordered-containers
434 # garg-doctest:
435 # main: Main.hs
436 # source-dirs: src-doctest
437 # ghc-options:
438 # - -O2
439 # - -Wcompat
440 # - -Wmissing-signatures
441 # - -rtsopts
442 # - -threaded
443 # - -with-rtsopts=-N
444 # dependencies:
445 # - doctest
446 # - Glob
447 # - QuickCheck
448 # - base
449 # - gargantext
450 # default-extensions:
451 # - DataKinds
452 # - DeriveGeneric
453 # - FlexibleContexts
454 # - FlexibleInstances
455 # - GeneralizedNewtypeDeriving
456 # - MultiParamTypeClasses
457 # - NoImplicitPrelude
458 # - OverloadedStrings
459 # - RankNTypes
460 #
461