Advertisement
Guest User

Untitled

a guest
Feb 4th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 KB | None | 0 0
  1. OASISFormat: 0.4
  2. Name: otherthing application
  3. Version: 0.2
  4. Synopsis: otherthing application software
  5. Authors: Berke Durak
  6. License: http://xiphos.com/
  7. Plugins: DevFiles (0.3), META (0.3)
  8. BuildDepends: bytes, bin_prot, bin_prot.syntax, sexplib, sexplib.syntax
  9.  
  10. Flag ground
  11. Description: Compile ground segment software
  12. Default: true
  13.  
  14. Flag payload
  15. Description: Compile payload software
  16. Default: true
  17.  
  18. Flag science
  19. Description: Compile science software
  20. Default: true
  21.  
  22. Flag ui
  23. Description: Compile graphical user interfaces
  24. Default: true
  25.  
  26. Library utility
  27. Path: utility
  28. Modules: Io_monads, Log, Rex_utils, Specs, Substitutions, Util
  29. BuildTools: ocamlbuild
  30. BuildDepends: re, repr
  31. XMETADescription: Common utility library
  32.  
  33. Library repr
  34. Path: repr
  35. Modules: Repr
  36. BuildTools: ocamlbuild
  37. XMETADescription: Basic external data representation
  38.  
  39. Library xyzdata
  40. Path: xyzdata
  41. Modules: Info, Cube, Xyzdata
  42. BuildTools: ocamlbuild
  43. BuildDepends: utility
  44. XMETADescription: Xiphos Natural Serialization Format
  45.  
  46. Executable cube_tool
  47. Path: xyzdata
  48. BuildTools: ocamlbuild
  49. BuildDepends: unix, bigarray, image
  50. MainIs: cube_tool.ml
  51. CompiledObject: best
  52. Install: false
  53. Build$: flag(ground)
  54.  
  55.  
  56. Library image
  57. Path: image
  58. Modules: Image, Pnm
  59. BuildTools: ocamlbuild
  60. BuildDepends: basic_math, bigarray, re
  61. XMETADescription: Image library
  62.  
  63.  
  64. Library basic_math
  65. Path: basic_math
  66. Modules: Binary_search, Interpolation, Math, Matrix, R2, R3, Real_io, Vector
  67. BuildTools: ocamlbuild
  68. BuildDepends: repr, utility
  69. XMETADescription: Basic vector and math functions
  70.  
  71. Library full_math
  72. Path: full_math
  73. Modules: Amoeba, Distribution, Gridded, Model, Normal, Numerical, Optimize_aux, Optimize
  74. BuildTools: ocamlbuild
  75. BuildDepends: repr, utility, basic_math, lacaml
  76. XMETADescription: Numerical routines
  77. Build$: flag(science)
  78.  
  79. Executable test_math
  80. Path: full_math
  81. BuildTools: ocamlbuild
  82. MainIs: test_math.ml
  83. BuildDepends: full_math
  84. CompiledObject: best
  85. Build$: flag(ground) && flag(tests)
  86.  
  87. Executable test_optimize
  88. Path: full_math
  89. BuildTools: ocamlbuild
  90. MainIs: test_optimize.ml
  91. BuildDepends: full_math
  92. CompiledObject: best
  93. Build$: flag(ground) && flag(tests)
  94.  
  95.  
  96. Executable xyzcompress
  97. Path: compression
  98. BuildTools: ocamlbuild
  99. MainIs: xyzcompress.ml
  100. BuildDepends: utility, basic_math, xyzdata
  101. CompiledObject: best
  102. Build$: flag(ground) || flag(payload)
  103.  
  104.  
  105.  
  106. Library hstermios
  107. Path: hstermios
  108. Modules: Hstermios
  109. BuildTools: ocamlbuild
  110. CSources: hstermios_stubs.c
  111. CCOpt: -g
  112. XMETADescription: OCaml stubs to provide missing Termios settings, such as
  113. higher baudrates
  114.  
  115. Library gpio
  116. Path: gpio
  117. Modules: Gpio, Pwm, Gpio_pwm_sysfs_interface, Gpio_pwm_sysfs_utils
  118. BuildTools: ocamlbuild
  119. BuildDepends: re, lwt, lwt.unix, lwt.syntax
  120. XMETADescription: Linux sysfs-based GPIO and PWM access library
  121.  
  122. Library cameralink
  123. Path: cameralink
  124. Modules: Cameralink
  125. BuildTools: ocamlbuild
  126. CSources: cameralink_stubs.c
  127. CCOpt: -g -I..
  128. XMETADescription: otherthing CameraLink core user-space library
  129.  
  130. Executable cameralink_tool
  131. Path: cameralink
  132. BuildTools: ocamlbuild
  133. MainIs: cameralink_tool.ml
  134. BuildDepends: utility, lwt, lwt.log, lwt.unix, lwt.syntax, gpio, cameralink, re
  135. CompiledObject: best
  136. Install: false
  137.  
  138. Executable pulse_tool
  139. Path: cameralink
  140. BuildTools: ocamlbuild
  141. MainIs: pulse_tool.ml
  142. BuildDepends: utility, lwt, lwt.log, lwt.unix, lwt.syntax, cameralink, re
  143. CompiledObject: best
  144. Install: false
  145.  
  146. Executable test_gpio
  147. Path: payload
  148. BuildTools: ocamlbuild
  149. MainIs: test_gpio.ml
  150. BuildDepends: utility, lwt, lwt.unix, lwt.syntax, re, gpio
  151. CompiledObject: best
  152. Install: false
  153. Build$: flag(payload) && flag(tests)
  154.  
  155. Executable test_pwm
  156. Path: payload
  157. BuildTools: ocamlbuild
  158. MainIs: test_pwm.ml
  159. BuildDepends: utility, lwt, lwt.unix, lwt.syntax, re, gpio
  160. CompiledObject: best
  161. Install: false
  162. Build$: flag(payload) && flag(tests)
  163.  
  164. Executable test_obus
  165. Path: payload
  166. BuildTools: ocamlbuild
  167. MainIs: test_obus.ml
  168. BuildDepends: utility, obus, obus.syntax, lwt.syntax
  169. CompiledObject: best
  170. Install: false
  171. Build$: flag(payload) && flag(tests)
  172.  
  173. Executable test_gpsd
  174. Path: payload
  175. BuildTools: ocamlbuild
  176. MainIs: test_gpsd.ml
  177. BuildDepends: utility, obus, obus.syntax, lwt.syntax
  178. CompiledObject: best
  179. Install: false
  180. Build$: flag(payload) && flag(tests)
  181.  
  182. Library spi
  183. Path: payload
  184. Modules: Spi
  185. BuildTools: ocamlbuild
  186. CSources: spi_stubs.c
  187. CCOpt: -g
  188. XMETADescription: Linux spidev user-space SPI library
  189.  
  190. Executable multi_call
  191. Path: payload
  192. BuildTools: ocamlbuild
  193. MainIs: multi_call.ml
  194. BuildDepends: utility, obus, obus.syntax, lwt.syntax, re, gpio, spi, cryptokit,
  195. hstermios, cameralink, lwt.preemptive, threads, repr,
  196. xyzdata, basic_math
  197. CompiledObject: best
  198. Build$: flag(payload)
  199.  
  200.  
  201. Executable xyzcli
  202. Path: payload
  203. BuildTools: ocamlbuild
  204. MainIs: xyzcli.ml
  205. BuildDepends: utility, obus, obus.syntax, lwt.syntax, lambda-term, re, cryptokit
  206. CompiledObject: best
  207. Install: false
  208. Build$: flag(ground)
  209.  
  210. Executable pa3tool_nsp
  211. Path: payload
  212. BuildTools: ocamlbuild
  213. MainIs: pa3tool_nsp.ml
  214. BuildDepends: utility, obus, obus.syntax, lwt.syntax, hstermios, re
  215. CompiledObject: best
  216. Build$: flag(ground)
  217.  
  218. Executable test_tip_mux
  219. Path: payload
  220. BuildTools: ocamlbuild
  221. MainIs: test_tip_mux.ml
  222. BuildDepends: utility, lwt, lwt.log, lwt.unix, lwt.syntax, lwt.react
  223. CompiledObject: best
  224. Install: false
  225. Build$: flag(ground) && flag(tests)
  226.  
  227. AlphaFeatures: ocamlbuild_more_args
  228. Document obcs
  229. Type: ocamlbuild (0.3)
  230. BuildTools: ocamlbuild, ocamldoc
  231. Title: otherthing-D payload documenation
  232. XOCamlbuildPath: .
  233. XOCamlbuildExtraArgs:
  234. "-docflags '-colorize-code -short-functors -charset utf-8'"
  235. XOCamlbuildLibraries: spi
  236.  
  237. Executable something_simulator
  238. Path: payload
  239. BuildTools: ocamlbuild
  240. MainIs: something_simulator.ml
  241. BuildDepends: utility, lwt, lwt.log, lwt.unix, lwt.syntax, re, hstermios
  242. CompiledObject: best
  243. Build$: flag(ground) && flag(tests)
  244.  
  245. Executable ftp_client
  246. Path: payload
  247. BuildTools: ocamlbuild
  248. MainIs: ftp_client.ml
  249. BuildDepends: utility, obus, obus.syntax, lwt.syntax, hstermios, re, repr
  250. CompiledObject: best
  251. Build$: flag(ground)
  252.  
  253. Executable otf_tool
  254. Path: payload
  255. BuildTools: ocamlbuild
  256. MainIs: otf_tool.ml
  257. BuildDepends: utility, lwt, lwt.unix, cryptokit, repr
  258. CompiledObject: best
  259. Build$: flag(ground)
  260.  
  261. Test test_otf
  262. TestTools: otf_tool
  263. Command: timeout 20 payload/test_otf.sh $otf_tool
  264.  
  265. Executable nspsh
  266. Path: payload
  267. BuildTools: ocamlbuild
  268. MainIs: nspsh.ml
  269. BuildDepends: utility, obus, obus.syntax, lwt.syntax, re, repr
  270. CompiledObject: best
  271. Build$: flag(ground)
  272.  
  273. Executable payctrl
  274. Path: payload
  275. BuildTools: ocamlbuild
  276. MainIs: payctrl.ml
  277. BuildDepends: utility, obus, obus.syntax, re, cryptokit, repr
  278. CompiledObject: best
  279. Build$: flag(ground)
  280.  
  281. Executable odf_tool
  282. Path: payload
  283. BuildTools: ocamlbuild
  284. MainIs: odf_tool.ml
  285. BuildDepends: utility, lwt, lwt.unix
  286. CompiledObject: best
  287. Build$: flag(ground)
  288.  
  289. Executable odf_translator
  290. Path: payload
  291. BuildTools: ocamlbuild
  292. MainIs: odf_translator.ml
  293. BuildDepends: utility
  294. CompiledObject: best
  295. Build$: flag(ground)
  296.  
  297. Executable nsp_analyzer
  298. Path: payload
  299. BuildTools: ocamlbuild
  300. MainIs: nsp_analyzer.ml
  301. BuildDepends: utility, re, repr
  302. CompiledObject: best
  303. Build$: flag(ground)
  304.  
  305. Executable nsp_kb_analyzer
  306. Path: payload
  307. BuildTools: ocamlbuild
  308. MainIs: nsp_kb_analyzer.ml
  309. BuildDepends: utility, lwt.preemptive, lwt.react, re, threads, repr
  310. CompiledObject: best
  311. Build$: flag(ground)
  312.  
  313. Executable xyzscript_compile
  314. Path: payload
  315. BuildTools: ocamlbuild
  316. MainIs: xyzscript_compile.ml
  317. BuildDepends: utility, cryptokit
  318. CompiledObject: best
  319. Build$: flag(ground)
  320.  
  321. Executable test_preemptive
  322. Path: payload
  323. BuildTools: ocamlbuild
  324. MainIs: test_preemptive.ml
  325. BuildDepends: utility, lwt.syntax, lwt.preemptive, threads
  326. CompiledObject: best
  327. Build$: flag(ground) && flag(tests)
  328.  
  329. Test test_preemptive
  330. TestTools: test_preemptive
  331. Command: timeout 20 $test_preemptive
  332.  
  333. Executable sciaextract
  334. Path: sciamachy
  335. BuildTools: ocamlbuild
  336. MainIs: sciaextract.ml
  337. CompiledObject: best
  338. BuildDepends: utility, unix, re
  339. Build$: flag(ground)
  340.  
  341. Executable mfg
  342. Path: xyzsci
  343. BuildTools: ocamlbuild
  344. MainIs: mfg.ml
  345. CompiledObject: best
  346. BuildDepends: utility, full_math
  347. Build$: flag(science)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement