├── LICENSE.md ├── META.json ├── Makefile ├── README.md ├── permuteseq.c ├── permuteseq.control └── sql ├── permuteseq--1.1.0--1.2.0.sql └── permuteseq--1.2.sql /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dverite/permuteseq/HEAD/LICENSE.md -------------------------------------------------------------------------------- /META.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dverite/permuteseq/HEAD/META.json -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dverite/permuteseq/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dverite/permuteseq/HEAD/README.md -------------------------------------------------------------------------------- /permuteseq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dverite/permuteseq/HEAD/permuteseq.c -------------------------------------------------------------------------------- /permuteseq.control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dverite/permuteseq/HEAD/permuteseq.control -------------------------------------------------------------------------------- /sql/permuteseq--1.1.0--1.2.0.sql: -------------------------------------------------------------------------------- 1 | -- no schema change 2 | -------------------------------------------------------------------------------- /sql/permuteseq--1.2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dverite/permuteseq/HEAD/sql/permuteseq--1.2.sql --------------------------------------------------------------------------------