Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 7, 2020 16:49
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/d4bcab6a96405dcdbeac9b9a5a0151b1 to your computer and use it in GitHub Desktop.
Save r-ryantm/d4bcab6a96405dcdbeac9b9a5a0151b1 to your computer and use it in GitHub Desktop.
/nix/store/v7fmkni2qydagm05vq7ygn364v066ib9-dico-2.10
├── bin
│   ├── dico
│   └── dicod
├── include
│   └── dico
│   ├── argcv.h
│   ├── assoc.h
│   ├── diag.h
│   ├── dico.h
│   ├── filter.h
│   ├── list.h
│   ├── markup.h
│   ├── parseopt.h
│   ├── strat.h
│   ├── stream.h
│   ├── tokenize.h
│   ├── types.h
│   ├── udb.h
│   ├── url.h
│   ├── utf8.h
│   ├── util.h
│   └── xlat.h
├── lib
│   ├── dico
│   │   ├── dictorg.la
│   │   ├── dictorg.so
│   │   ├── echo.la
│   │   ├── echo.so
│   │   ├── gcide.la
│   │   ├── gcide.so
│   │   ├── metaphone2.la
│   │   ├── metaphone2.so
│   │   ├── nprefix.la
│   │   ├── nprefix.so
│   │   ├── outline.la
│   │   ├── outline.so
│   │   ├── pcre.la
│   │   ├── pcre.so
│   │   ├── python.la
│   │   ├── python.so
│   │   ├── stratall.la
│   │   ├── stratall.so
│   │   ├── substr.la
│   │   ├── substr.so
│   │   ├── word.la
│   │   └── word.so
│   ├── libdico.la
│   ├── libdico.so -> libdico.so.2.0.0
│   ├── libdico.so.2 -> libdico.so.2.0.0
│   └── libdico.so.2.0.0
├── libexec
│   └── idxgcide
└── share
├── dico
│   └── 2.10
│   └── include
│   └── pp-setup
├── info
│   └── dico.info
├── locale
│   ├── da
│   │   └── LC_MESSAGES
│   │   └── dico.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── dico.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── dico.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   └── dico.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── dico.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── dico.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── dico.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   └── dico.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── dico.mo
│   └── uk
│   └── LC_MESSAGES
│   └── dico.mo
└── man
├── man1
│   └── dico.1.gz
├── man5
│   └── dicod.conf.5.gz
└── man8
└── dicod.8.gz
36 directories, 61 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment