Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 23, 2018 11:00
Show Gist options
  • Save ryantm/27b4fc05ea0d4751eb7c7dadc48953a9 to your computer and use it in GitHub Desktop.
Save ryantm/27b4fc05ea0d4751eb7c7dadc48953a9 to your computer and use it in GitHub Desktop.
/nix/store/p7q0v9qpcijqpb6qq0zpw1aqxfxirb4n-Xaw3d-1.6.3
├── include
│   └── X11
│   └── Xaw3d
│   ├── AllWidgets.h
│   ├── AsciiSink.h
│   ├── AsciiSinkP.h
│   ├── AsciiSrc.h
│   ├── AsciiSrcP.h
│   ├── AsciiText.h
│   ├── AsciiTextP.h
│   ├── Box.h
│   ├── BoxP.h
│   ├── Cardinals.h
│   ├── Command.h
│   ├── CommandP.h
│   ├── Dialog.h
│   ├── DialogP.h
│   ├── Form.h
│   ├── FormP.h
│   ├── Grip.h
│   ├── GripP.h
│   ├── Label.h
│   ├── LabelP.h
│   ├── Layout.h
│   ├── LayoutP.h
│   ├── List.h
│   ├── ListP.h
│   ├── MenuButton.h
│   ├── MenuButtoP.h
│   ├── MultiSink.h
│   ├── MultiSinkP.h
│   ├── MultiSrc.h
│   ├── MultiSrcP.h
│   ├── Paned.h
│   ├── PanedP.h
│   ├── Panner.h
│   ├── PannerP.h
│   ├── Porthole.h
│   ├── PortholeP.h
│   ├── Repeater.h
│   ├── RepeaterP.h
│   ├── Reports.h
│   ├── Scrollbar.h
│   ├── ScrollbarP.h
│   ├── Simple.h
│   ├── SimpleMenP.h
│   ├── SimpleMenu.h
│   ├── SimpleP.h
│   ├── SmeBSB.h
│   ├── SmeBSBP.h
│   ├── Sme.h
│   ├── SmeLine.h
│   ├── SmeLineP.h
│   ├── SmeP.h
│   ├── SmeThreeD.h
│   ├── SmeThreeDP.h
│   ├── StripCharP.h
│   ├── StripChart.h
│   ├── Text.h
│   ├── TextP.h
│   ├── TextSink.h
│   ├── TextSinkP.h
│   ├── TextSrc.h
│   ├── TextSrcP.h
│   ├── ThreeD.h
│   ├── ThreeDP.h
│   ├── Tip.h
│   ├── TipP.h
│   ├── Toggle.h
│   ├── ToggleP.h
│   ├── Tree.h
│   ├── TreeP.h
│   ├── VendorEP.h
│   ├── Viewport.h
│   ├── ViewportP.h
│   ├── Xaw3dP.h
│   ├── XawImP.h
│   └── XawInit.h
├── lib
│   ├── libXaw3d.la
│   ├── libXaw3d.so -> libXaw3d.so.8.0.0
│   ├── libXaw3d.so.8 -> libXaw3d.so.8.0.0
│   ├── libXaw3d.so.8.0.0
│   └── pkgconfig
│   └── xaw3d.pc
├── nix-support
│   └── propagated-build-inputs
└── share
└── doc
└── libXaw3d
└── README.XAW3D
9 directories, 82 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment