Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-igraph
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-igraph
Commits
15434804
Commit
15434804
authored
Jan 21, 2021
by
Kai Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add package.yaml
parent
78ac7c8e
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
944 additions
and
631 deletions
+944
-631
bytestring.h
cbits/bytestring.h
+0
-0
haskell_attributes.h
cbits/haskell_attributes.h
+0
-0
haskell_igraph.h
cbits/haskell_igraph.h
+0
-0
haskell-igraph.cabal
haskell-igraph.cabal
+826
-631
package.yaml
package.yaml
+118
-0
No files found.
include
/bytestring.h
→
cbits
/bytestring.h
View file @
15434804
File moved
include
/haskell_attributes.h
→
cbits
/haskell_attributes.h
View file @
15434804
File moved
include
/haskell_igraph.h
→
cbits
/haskell_igraph.h
View file @
15434804
File moved
haskell-igraph.cabal
View file @
15434804
This diff is collapsed.
Click to expand it.
package.yaml
0 → 100644
View file @
15434804
name
:
haskell-igraph
version
:
"
0.8.1"
category
:
"
Math"
synopsis
:
"
Bindings
to
the
igraph
C
library
(v0.8.0)."
description
:
"
igraph<
\"
http://igraph.org/c/
\"
>
is
a
library
for
creating
and
manipulating
large
graphs.
This
package
provides
the
Haskell
interface
of
igraph."
license
:
"
MIT"
author
:
"
Kai
Zhang"
copyright
:
"
(c)
2016-2021
Kai
Zhang"
maintainer
:
"
kai@kzhang.org"
ghc-options
:
-Wall
extra-source-files
:
-
cbits/*.h
-
igraph/include/*.h
-
igraph/include/*.pmt
-
igraph/include/f2c/*.h
-
igraph/include/prpack/*.h
-
igraph/include/cs/*.h
-
igraph/include/cliquer/*.h
-
igraph/include/bliss/*.hh
-
igraph/include/plfit/*.h
-
igraph/AUTHORS
-
igraph/COPYING
-
stack.yaml
-
README.md
-
ChangeLog.md
library
:
build-tools
:
-
c2hs:c2hs >=0.25.0
source-dirs
:
-
src
exposed-modules
:
-
IGraph.Internal.Initialization
-
IGraph.Internal.Constants
-
IGraph.Internal
-
IGraph
-
IGraph.Mutable
-
IGraph.Random
-
IGraph.Types
-
IGraph.Algorithms
-
IGraph.Algorithms.Structure
-
IGraph.Algorithms.Community
-
IGraph.Algorithms.Clique
-
IGraph.Algorithms.Layout
-
IGraph.Algorithms.Motif
-
IGraph.Algorithms.Generators
-
IGraph.Algorithms.Isomorphism
-
IGraph.Algorithms.Centrality
other-modules
:
-
IGraph.Internal.C2HS
dependencies
:
-
base >= 4.10 && < 5.0
-
bytestring >= 0.9
-
cereal
-
conduit >= 1.3.0
-
containers
-
data-ordlist
-
primitive
-
singletons >= 2.7
include-dirs
:
-
cbits
-
igraph/include
-
igraph/include/f2c
-
igraph/include/prpack
-
igraph/include/cs
-
igraph/include/cliquer
-
igraph/include/bliss
-
igraph/include/plfit
c-sources
:
-
cbits/*.c
-
igraph/src/*.c
cxx-sources
:
-
igraph/src/*.cpp
-
igraph/src/*.cc
cxx-options
:
-
-std=c++11
-
-DPRPACK_IGRAPH_SUPPORT
extra-libraries
:
stdc++
tests
:
test
:
main
:
"
test.hs"
ghc-options
:
"
-threaded"
source-dirs
:
-
tests
other-modules
:
-
Test.Basic
-
Test.Attributes
-
Test.Algorithms
-
Test.Utils
dependencies
:
-
base
-
haskell-igraph
-
cereal
-
conduit >= 1.3.0
-
data-ordlist
-
matrices
-
tasty
-
tasty-golden
-
tasty-hunit
-
random
github
:
kaizhang/haskell-igraph
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment