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