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