This file is indexed.

/usr/share/faust/stdfaust.lib is in faust-common 0.9.95~repack1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//################################ stdfaust.lib ##########################################
// The purpose of this library is to give access to all the Faust standard libraries
// through a series of environment. 
//########################################################################################

an = library("analyzer.lib");
ba = library("basic.lib");
co = library("compressor.lib");
de = library("delay.lib");
dm = library("demo.lib");
en = library("envelope.lib");
fi = library("filter.lib");
ho = library("hoa.lib");
ma = library("math.lib");
ef = library("misceffect.lib");
os = library("miscoscillator.lib");
no = library("noise.lib");
pf = library("phafla.lib");
pm = library("pm.lib");
re = library("reverb.lib");
ro = library("route.lib");
sp = library("spat.lib");
si = library("signal.lib");
sy = library("synth.lib");
ve = library("vaeffect.lib");
sf = library("all.lib");