File: README.source

package info (click to toggle)
etlcpp 20.40.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 18,548 kB
  • sloc: cpp: 257,359; ansic: 10,566; sh: 1,730; asm: 301; python: 281; makefile: 24
file content (16 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The upstream sources were repacked to remove some things:

- The "words" are available in /usr/share/dict/words

- The vs20.. stuff is huge, and defines visual-studio projects we're not using

- avr-str is separately-licensed, large and unused

- mid_point*.png are unused and source-less

- include/etc/....h are generated, and I re-generate them from at build time
  This list is obtained with

    grep -r 'THIS FILE HAS BEEN AUTO GENERATED. DO NOT EDIT THIS FILE' ~/projects/etl/ | grep -v '"//' | awk -F: '{print $1}'

 -- Dima Kogan <dkogan@debian.org>, Sun, 23 Jul 2023 14:28:14 -0700