File: bond.el

package info (click to toggle)
libdbix-dbstag-perl 0.12-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,420 kB
  • sloc: perl: 6,152; sql: 588; xml: 221; lisp: 59; makefile: 20
file content (44 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download | duplicates (3)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
'(spydata
  (bureau
   (name "MI7")
   (country "UK")
   (bureau_to_agent
    (agent
     (agent_code "007")
     (lastname "Bond")
     (firstname "James")
     (license "kill")
     (mission
      (codename "goldfinger")
      (description "")
      (mission_to_person
       (role "villain")
       (person
        (person_name "Auric Goldfinger")))
      (mission_to_person
       (person
        (person_name "Pussy Galore")))
      (mission_to_person
       (role "henchman")
       (person
        (person_name "oddjob")))
      (mission_gizmo
       (gizmo
        (gizmo_name "Aston Martin DB5")
        (gizmo_type "car")
        (feature "ejector seat")
;;;        (feature "smoke screen")
        )))
     (mission
      (codename "live and let die")
      (description "investigate plot to flood US with heroin")
      (mission_to_person
       (person
        (person_name "Baron Samedi")))
      (mission_gizmo
       (gizmo
        (gizmo_name "Rolex watch")
        (gizmo_type "watch"))))
     ))))