]> Git — Sourcephile - gargantext.git/blob - package.yaml
[Tree search] Search in shared folders
[gargantext.git] / package.yaml
1 name: gargantext
2
3 # +------------ Layer 3
4 # | +--+------- Layer 2
5 # | | +-------- Layer 1 : New versions with API changes
6 # | | | +----- Layers * : New versions with API additions
7 # | | | | +--- Layers * : New versions without API breaking changes
8 # | | | | |
9 version: '0.0.6.9.9.6.6'
10 synopsis: Search, map, share
11 description: Please see README.md
12 category: Data
13 author: Gargantext Team
14 maintainer: team@gargantext.org
15 copyright:
16 - ! 'Copyright: (c) 2017-Present: see git logs and README'
17 license: AGPL-3
18 homepage: https://gargantext.org
19 ghc-options:
20 - -Wall
21 dependencies:
22 - extra
23 - text
24 default-extensions:
25 - DataKinds
26 - DeriveGeneric
27 - FlexibleContexts
28 - FlexibleInstances
29 - GADTs
30 - GeneralizedNewtypeDeriving
31 - MultiParamTypeClasses
32 - NamedFieldPuns
33 - NoImplicitPrelude
34 - OverloadedStrings
35 - RankNTypes
36 - RecordWildCards
37 - StrictData
38 data-files:
39 - ekg-assets/index.html
40 - ekg-assets/monitor.js
41 - ekg-assets/monitor.css
42 - ekg-assets/jquery.flot.min.js
43 - ekg-assets/jquery-1.6.4.min.js
44 - ekg-assets/bootstrap-1.4.0.min.css
45 - ekg-assets/chart_line_add.png
46 - ekg-assets/cross.png
47 - test-data/ngrams/GarganText_NgramsTerms-QuantumComputing.json
48 library:
49 source-dirs: src
50 ghc-options:
51 - -Wincomplete-uni-patterns
52 - -Wincomplete-record-updates
53 - -Wmissing-signatures
54 - -Wunused-binds
55 - -Wunused-imports
56 - -Werror
57 - -freduction-depth=300
58 - -fplugin=Clippy
59 exposed-modules:
60 - Gargantext
61 - Gargantext.API
62 - Gargantext.API.Admin.Auth.Types
63 - Gargantext.API.Admin.EnvTypes
64 - Gargantext.API.Admin.Settings
65 - Gargantext.API.Admin.Orchestrator.Types
66 - Gargantext.API.Admin.Types
67 - Gargantext.API.Dev
68 - Gargantext.API.HashedResponse
69 - Gargantext.API.Ngrams
70 - Gargantext.API.Ngrams.Prelude
71 - Gargantext.API.Ngrams.Tools
72 - Gargantext.API.Ngrams.Types
73 - Gargantext.API.Node
74 - Gargantext.API.Node.Corpus.New
75 - Gargantext.API.Node.Corpus.Types
76 - Gargantext.API.Node.File
77 - Gargantext.API.Node.Share
78 - Gargantext.API.Prelude
79 - Gargantext.Core
80 - Gargantext.Core.NLP
81 - Gargantext.Core.Methods.Similarities
82 - Gargantext.Core.NodeStory
83 - Gargantext.Core.Text
84 - Gargantext.Core.Text.Context
85 - Gargantext.Core.Text.Corpus.API
86 - Gargantext.Core.Text.Corpus.API.Arxiv
87 - Gargantext.Core.Text.Corpus.API.Pubmed
88 - Gargantext.Core.Text.Corpus.Query
89 - Gargantext.Core.Text.Corpus.Parsers
90 - Gargantext.Core.Text.Corpus.Parsers.CSV
91 - Gargantext.Core.Text.Corpus.Parsers.Date.Parsec
92 - Gargantext.Core.Text.Corpus.Parsers.JSON
93 - Gargantext.Core.Text.List.Formats.CSV
94 - Gargantext.Core.Text.Metrics
95 - Gargantext.Core.Text.Metrics.CharByChar
96 - Gargantext.Core.Text.Metrics.Count
97 - Gargantext.Core.Text.Metrics.TFICF
98 - Gargantext.Core.Text.Prepare
99 - Gargantext.Core.Text.Search
100 - Gargantext.Core.Text.Terms
101 - Gargantext.Core.Text.Terms.Eleve
102 - Gargantext.Core.Text.Terms.Mono
103 - Gargantext.Core.Text.Terms.Multi
104 - Gargantext.Core.Text.Terms.Multi.Lang.En
105 - Gargantext.Core.Text.Terms.Multi.Lang.Fr
106 - Gargantext.Core.Text.Terms.Multi.RAKE
107 - Gargantext.Core.Text.Terms.WithList
108 - Gargantext.Core.Types
109 - Gargantext.Core.Types.Individu
110 - Gargantext.Core.Types.Main
111 - Gargantext.Core.Types.Query
112 - Gargantext.Core.Utils
113 - Gargantext.Core.Utils.Prefix
114 - Gargantext.Core.Viz.Graph
115 - Gargantext.Core.Viz.Graph.Index
116 - Gargantext.Core.Viz.Graph.Tools
117 - Gargantext.Core.Viz.Graph.Tools.IGraph
118 - Gargantext.Core.Viz.Graph.Types
119 - Gargantext.Core.Viz.Phylo
120 - Gargantext.Core.Viz.Phylo.API
121 - Gargantext.Core.Viz.Phylo.API.Tools
122 - Gargantext.Core.Viz.Phylo.PhyloExport
123 - Gargantext.Core.Viz.Phylo.PhyloMaker
124 - Gargantext.Core.Viz.Phylo.PhyloTools
125 - Gargantext.Core.Viz.Phylo.SynchronicClustering
126 - Gargantext.Core.Viz.Types
127 - Gargantext.Database.Action.Flow
128 - Gargantext.Database.Action.Flow.Types
129 - Gargantext.Database.Action.User.New
130 - Gargantext.Database.Admin.Config
131 - Gargantext.Database.Admin.Trigger.Init
132 - Gargantext.Database.Admin.Types.Hyperdata
133 - Gargantext.Database.Admin.Types.Node
134 - Gargantext.Database.Prelude
135 - Gargantext.Database.Query.Table.NgramsPostag
136 - Gargantext.Database.Query.Table.Node
137 - Gargantext.Database.Query.Table.Node.UpdateOpaleye
138 - Gargantext.Database.Query.Table.User
139 - Gargantext.Database.Schema.Ngrams
140 - Gargantext.Defaults
141 - Gargantext.Utils.Jobs
142 - Gargantext.Utils.Jobs.Internal
143 - Gargantext.Utils.Jobs.Map
144 - Gargantext.Utils.Jobs.Monad
145 - Gargantext.Utils.Jobs.Queue
146 - Gargantext.Utils.Jobs.Settings
147 - Gargantext.Utils.Jobs.State
148 - Gargantext.Utils.SpacyNLP
149 - Gargantext.Utils.Tuple
150 dependencies:
151 - HSvm
152 - KMP
153 - MissingH
154 - MonadRandom
155 - QuickCheck
156 - Unique
157 - accelerate
158 - accelerate-arithmetic
159 - accelerate-llvm-native
160 - accelerate-utility
161 - aeson
162 - aeson-lens
163 - aeson-pretty
164 - array
165 - async
166 - attoparsec
167 - auto-update
168 - base >=4.7 && <5
169 - base16-bytestring
170 - base64-bytestring
171 - blaze-html
172 - blaze-markup
173 - blaze-svg
174 - boolexpr
175 - bytestring
176 - case-insensitive
177 - cassava
178 - cereal # (IGraph)
179 - cborg
180 - ghc-clippy-plugin
181 - conduit
182 - conduit-extra
183 - containers
184 - contravariant
185 - crawlerArxiv
186 - crawlerHAL
187 - crawlerISTEX
188 - crawlerIsidore
189 - crawlerPubMed
190 - cron
191 - cryptohash
192 - data-time-segment
193 - deepseq
194 - directory
195 - duckling
196 - ekg-core
197 - ekg-json
198 - exceptions
199 - fast-logger
200 - fclabels
201 - fgl
202 - filelock
203 - filepath
204 - formatting
205 - full-text-search
206 - fullstop
207 - gargantext-prelude
208 - gargantext-graph >= 0.1.0.0
209 - graphviz
210 - hashable
211 - haskell-igraph
212 - hlcm
213 - hsinfomap
214 - hsparql
215 - hstatistics
216 - http-api-data
217 - http-client
218 - http-client-tls
219 - http-conduit
220 - http-media
221 - http-types
222 - hxt
223 - ihaskell
224 - ini
225 - insert-ordered-containers
226 - jose
227 - json-stream
228 - lens
229 - lifted-base
230 - listsafe
231 - located-base
232 - logging-effect
233 - matrix
234 - monad-control
235 - monad-logger
236 - morpheus-graphql
237 - morpheus-graphql-app
238 - morpheus-graphql-core
239 - morpheus-graphql-subscriptions
240 - mtl
241 - natural-transformation
242 - network-uri
243 - opaleye
244 - pandoc
245 - parallel
246 - parsec
247 - patches-class
248 - patches-map
249 - path
250 - path-io
251 - postgresql-simple
252 - pretty-simple
253 - probability
254 - process
255 - product-profunctors
256 - profunctors
257 - protolude
258 - pureMD5
259 - quickcheck-instances
260 - rake
261 - random
262 - rdf4h
263 - replace-attoparsec
264 - regex-compat
265 - regex-tdfa
266 - resource-pool
267 - resourcet
268 - safe
269 - scientific
270 - semigroups
271 - serialise
272 - servant
273 - servant-auth
274 - servant-auth-client
275 - servant-auth-server >= 0.4.4.0
276 - servant-auth-swagger
277 - servant-blaze
278 - servant-cassava
279 - servant-client
280 - servant-ekg
281 - servant-flatten
282 - servant-job
283 - servant-mock
284 - servant-multipart
285 - servant-server
286 - servant-swagger
287 - servant-swagger-ui
288 - servant-xml
289 - simple-reflect
290 - singletons # (IGraph)
291 - split
292 - stemmer
293 - stm
294 - swagger2
295 - taggy-lens
296 - tagsoup
297 - template-haskell
298 - temporary
299 - text-conversions
300 - text-metrics
301 - time
302 - time-locale-compat
303 - timezone-series
304 - transformers
305 - transformers-base
306 - tuple
307 - unordered-containers
308 - utf8-string
309 - uuid
310 - uri-encode
311 - validity
312 - vector
313 - wai
314 - wai-app-static
315 - wai-cors
316 - wai-extra
317 - wai-websockets
318 - warp
319 - wikiparsec
320 - websockets
321 - wreq
322 - xml-conduit
323 - xml-types
324 - xmlbf
325 - yaml
326 - zip
327 - zlib
328
329 executables:
330 gargantext-server:
331 main: Main.hs
332 source-dirs: bin/gargantext-server
333 ghc-options:
334 - -O2
335 - -Wcompat
336 - -Wmissing-signatures
337 - -rtsopts
338 - -threaded
339 - -with-rtsopts=-N
340 - -with-rtsopts=-T
341 - -fprof-auto
342 dependencies:
343 - base
344 - cassava
345 - containers
346 - full-text-search
347 - gargantext
348 - gargantext-prelude
349 - ini
350 - optparse-generic
351 - postgresql-simple
352 - unordered-containers
353 - vector
354
355 gargantext-cli:
356 main: Main.hs
357 source-dirs: bin/gargantext-cli
358 ghc-options:
359 - -threaded
360 - -rtsopts
361 - -with-rtsopts=-N
362 - -O2
363 - -Wmissing-signatures
364 dependencies:
365 - aeson
366 - async
367 - base
368 - bytestring
369 - containers
370 - gargantext
371 - gargantext-prelude
372 - vector
373 - cassava
374 - ini
375 - optparse-generic
376 - split
377 - unordered-containers
378 - full-text-search
379
380 gargantext-phylo:
381 main: Main.hs
382 source-dirs: bin/gargantext-phylo
383 ghc-options:
384 - -threaded
385 - -rtsopts
386 - -with-rtsopts=-N
387 - -O2
388 - -Wmissing-signatures
389 dependencies:
390 - aeson
391 - async
392 - base
393 - bytestring
394 - containers
395 - directory
396 - gargantext
397 - gargantext-prelude
398 - vector
399 - parallel
400 - cassava
401 - ini
402 - optparse-generic
403 - split
404 - unordered-containers
405 - cryptohash
406 - time
407
408 gargantext-import:
409 main: Main.hs
410 source-dirs: bin/gargantext-import
411 ghc-options:
412 - -threaded
413 - -rtsopts
414 - -with-rtsopts=-N
415 - -O2
416 - -Wmissing-signatures
417 dependencies:
418 - gargantext
419 - gargantext-prelude
420 - base
421 - servant-server
422
423 gargantext-init:
424 main: Main.hs
425 source-dirs: bin/gargantext-init
426 ghc-options:
427 - -threaded
428 - -rtsopts
429 - -with-rtsopts=-N
430 - -O2
431 - -Wmissing-signatures
432 dependencies:
433 - gargantext
434 - gargantext-prelude
435 - base
436 - cron
437
438 gargantext-invitations:
439 main: Main.hs
440 source-dirs: bin/gargantext-invitations
441 ghc-options:
442 - -threaded
443 - -rtsopts
444 - -with-rtsopts=-N
445 - -O2
446 - -Wmissing-signatures
447 dependencies:
448 - gargantext
449 - gargantext-prelude
450 - base
451
452
453 gargantext-upgrade:
454 main: Main.hs
455 source-dirs: bin/gargantext-upgrade
456 ghc-options:
457 - -threaded
458 - -rtsopts
459 - -with-rtsopts=-N
460 - -O2
461 - -Wmissing-signatures
462 dependencies:
463 - gargantext
464 - gargantext-prelude
465 - base
466 - postgresql-simple
467 - cron
468
469 gargantext-admin:
470 main: Main.hs
471 source-dirs: bin/gargantext-admin
472 ghc-options:
473 - -threaded
474 - -rtsopts
475 - -with-rtsopts=-N
476 - -O2
477 - -Wmissing-signatures
478 dependencies:
479 - gargantext
480 - gargantext-prelude
481 - base
482
483
484 gargantext-cbor2json:
485 main: Main.hs
486 source-dirs: bin/gargantext-cbor2json
487 ghc-options:
488 - -threaded
489 - -rtsopts
490 - -with-rtsopts=-N
491 - -O2
492 - -Wmissing-signatures
493 dependencies:
494 - gargantext
495 - gargantext-prelude
496 - base
497 - bytestring
498 - aeson
499 - serialise
500
501 tests:
502 garg-test:
503 main: Main.hs
504 source-dirs: src-test
505 default-extensions:
506 - DataKinds
507 - DeriveGeneric
508 - FlexibleContexts
509 - FlexibleInstances
510 - GeneralizedNewtypeDeriving
511 - MultiParamTypeClasses
512 - NoImplicitPrelude
513 - OverloadedStrings
514 - RankNTypes
515 ghc-options:
516 - -threaded
517 - -rtsopts
518 - -with-rtsopts=-N
519 dependencies:
520 - QuickCheck
521 - aeson
522 - async
523 - base
524 - boolexpr
525 - bytestring
526 - conduit
527 - containers
528 - crawlerArxiv
529 - duckling
530 - gargantext
531 - gargantext-prelude
532 - hspec
533 - http-client
534 - http-client-tls
535 - mtl
536 - parsec
537 - patches-class
538 - patches-map
539 - duckling
540 - quickcheck-instances
541 - raw-strings-qq
542 - servant-job
543 - stm
544 - tasty
545 - tasty-hspec
546 - tasty-hunit
547 - tasty-quickcheck
548 - text
549 - time
550 - unordered-containers
551 - validity
552 # garg-doctest:
553 # main: Main.hs
554 # source-dirs: src-doctest
555 # ghc-options:
556 # - -O2
557 # - -Wcompat
558 # - -Wmissing-signatures
559 # - -rtsopts
560 # - -threaded
561 # - -with-rtsopts=-N
562 # dependencies:
563 # - doctest
564 # - Glob
565 # - QuickCheck
566 # - base
567 # - gargantext
568 # default-extensions:
569 # - DataKinds
570 # - DeriveGeneric
571 # - FlexibleContexts
572 # - FlexibleInstances
573 # - GeneralizedNewtypeDeriving
574 # - MultiParamTypeClasses
575 # - NoImplicitPrelude
576 # - OverloadedStrings
577 # - RankNTypes
578 #