File: binding.gyp

package info (click to toggle)
node-ws 7.4.2%2B~cs18.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 888 kB
  • sloc: javascript: 8,291; ansic: 176; makefile: 17
file content (9 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
{
  'targets': [
    {
      'target_name': 'bufferutil',
      'sources': ['src/bufferutil.c'],
      'cflags': ['-std=c99']
    }
  ]
}