Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 18, 2020 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/51c7285f829ccb84512bf71ed451664a to your computer and use it in GitHub Desktop.
Save r-ryantm/51c7285f829ccb84512bf71ed451664a to your computer and use it in GitHub Desktop.
/nix/store/wcl4xx7xf5anv1zd2023fxilign5k84y-igraph-0.8.3
├── include
│   └── igraph
│   ├── igraph_adjlist.h
│   ├── igraph_arpack.h
│   ├── igraph_array.h
│   ├── igraph_array_pmt.h
│   ├── igraph_attributes.h
│   ├── igraph_bipartite.h
│   ├── igraph_blas.h
│   ├── igraph_centrality.h
│   ├── igraph_cliques.h
│   ├── igraph_cocitation.h
│   ├── igraph_cohesive_blocks.h
│   ├── igraph_coloring.h
│   ├── igraph_community.h
│   ├── igraph_complex.h
│   ├── igraph_components.h
│   ├── igraph_constants.h
│   ├── igraph_constructors.h
│   ├── igraph_conversion.h
│   ├── igraph_datatype.h
│   ├── igraph_decls.h
│   ├── igraph_dqueue.h
│   ├── igraph_dqueue_pmt.h
│   ├── igraph_eigen.h
│   ├── igraph_embedding.h
│   ├── igraph_epidemics.h
│   ├── igraph_error.h
│   ├── igraph_flow.h
│   ├── igraph_foreign.h
│   ├── igraph_games.h
│   ├── igraph_graphlets.h
│   ├── igraph.h
│   ├── igraph_heap.h
│   ├── igraph_heap_pmt.h
│   ├── igraph_hrg.h
│   ├── igraph_interface.h
│   ├── igraph_interrupt.h
│   ├── igraph_iterators.h
│   ├── igraph_lapack.h
│   ├── igraph_layout.h
│   ├── igraph_lsap.h
│   ├── igraph_matching.h
│   ├── igraph_matrix.h
│   ├── igraph_matrix_pmt.h
│   ├── igraph_memory.h
│   ├── igraph_microscopic_update.h
│   ├── igraph_mixing.h
│   ├── igraph_motifs.h
│   ├── igraph_neighborhood.h
│   ├── igraph_nongraph.h
│   ├── igraph_operators.h
│   ├── igraph_paths.h
│   ├── igraph_pmt.h
│   ├── igraph_pmt_off.h
│   ├── igraph_progress.h
│   ├── igraph_psumtree.h
│   ├── igraph_qsort.h
│   ├── igraph_random.h
│   ├── igraph_scan.h
│   ├── igraph_scg.h
│   ├── igraph_separators.h
│   ├── igraph_sparsemat.h
│   ├── igraph_spmatrix.h
│   ├── igraph_stack.h
│   ├── igraph_stack_pmt.h
│   ├── igraph_statusbar.h
│   ├── igraph_structural.h
│   ├── igraph_strvector.h
│   ├── igraph_threading.h
│   ├── igraph_topology.h
│   ├── igraph_transitivity.h
│   ├── igraph_types.h
│   ├── igraph_vector.h
│   ├── igraph_vector_pmt.h
│   ├── igraph_vector_ptr.h
│   ├── igraph_vector_type.h
│   ├── igraph_version.h
│   └── igraph_visitor.h
└── lib
├── libigraph.la
├── libigraph.so -> libigraph.so.0.0.0
├── libigraph.so.0 -> libigraph.so.0.0.0
├── libigraph.so.0.0.0
└── pkgconfig
└── igraph.pc
4 directories, 82 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment