package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.1.1.tbz
sha256=b14417016fa0901c0b04b8474aa9e5eafaadb298c4dc422899b7f9e8bcb7aa7c
sha512=605019ed9555ae669fd3e27518637a7e31e5935d4b0db54d6b066e0e1d11ef163b57eacec50f1f061baa808548c2b9017b8b1c44e3e78e50bbf27a572408e18f

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 07 Jan 2020

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.07.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

You can also build it manually with:

$ make
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on github.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.07~~"
  5. ocaml >= "4.07" & < "4.12"

Dev Dependencies

None

  1. 0install >= "2.15.1" & < "2.18"
  2. 0install-gtk < "2.18"
  3. ANSITerminal >= "0.8.1"
  4. absolute
  5. abstract_algebra
  6. accessor
  7. accessor_async
  8. accessor_base
  9. accessor_core
  10. acgtk >= "1.4.0" & < "2.0.0"
  11. aches
  12. aches-lwt
  13. acpc >= "2.0.0"
  14. ahrocksdb
  15. aifad >= "2.2.1" & < "2.3.0"
  16. alba >= "0.4.1"
  17. albatross < "1.5.0"
  18. alcotest >= "0.8.5" & < "1.2.3"
  19. alcotest-async >= "0.8.5" & < "1.2.3"
  20. alcotest-lwt >= "0.8.5" & < "1.2.3"
  21. alcotest-mirage < "1.2.3"
  22. alg_structs
  23. alg_structs_qcheck
  24. algaeff
  25. alsa >= "0.3.0"
  26. alt-ergo >= "2.3.0" & < "2.4.3"
  27. alt-ergo-free >= "2.3.3"
  28. alt-ergo-lib < "2.4.3"
  29. alt-ergo-lib-free
  30. alt-ergo-parsers < "2.4.3"
  31. alt-ergo-parsers-free
  32. altgr-ergo >= "2.3.0" & < "2.4.3"
  33. amf >= "0.1.2"
  34. amqp-client >= "2.0.3"
  35. amqp-client-async >= "2.0.3"
  36. amqp-client-lwt >= "2.0.3"
  37. anders
  38. angstrom >= "0.11.1"
  39. angstrom-async >= "0.11.1"
  40. angstrom-lwt-unix >= "0.11.1"
  41. angstrom-unix >= "0.11.1"
  42. ansi < "0.6.0"
  43. anthill
  44. ao >= "0.2.2" & < "0.2.4"
  45. apronext
  46. archetype < "1.2.3"
  47. archi < "0.2.0"
  48. archi-async < "0.2.0"
  49. archi-lwt < "0.2.0"
  50. argon2 >= "1.0.0"
  51. arp >= "1.0.0" & < "2.3.1"
  52. arp-mirage
  53. asak
  54. asn1-combinators >= "0.2.2"
  55. async >= "v0.12.0"
  56. async-uri < "0.4.0"
  57. async_durable >= "v0.12.0"
  58. async_extra >= "v0.12.0"
  59. async_find >= "v0.12.0"
  60. async_graphics >= "0.7.0"
  61. async_inotify >= "v0.12.0"
  62. async_interactive >= "v0.12.0"
  63. async_js >= "v0.12.0"
  64. async_kernel >= "v0.12.0"
  65. async_rpc_kernel >= "v0.12.0"
  66. async_rpc_websocket
  67. async_sendfile >= "v0.12.0"
  68. async_shell >= "v0.12.0"
  69. async_smtp >= "v0.12.0"
  70. async_ssl >= "v0.12.0"
  71. async_udp
  72. async_unix >= "v0.12.0"
  73. async_websocket
  74. atd = "2.2.1"
  75. atdgen = "2.2.1"
  76. atdgen-codec-runtime < "2.3.3"
  77. atdgen-runtime = "2.2.1"
  78. atdj = "2.2.1"
  79. atds < "2.3.3"
  80. atomic < "base"
  81. avro
  82. avro-compiler
  83. awa < "0.1.0"
  84. awa-lwt < "0.1.0"
  85. awa-mirage < "0.1.0"
  86. aws-s3 >= "4.0.0"
  87. aws-s3-async >= "4.0.0"
  88. aws-s3-lwt >= "4.0.0"
  89. azblob
  90. azblob-async
  91. azure-cosmos-db < "0.2.0"
  92. babel
  93. bag
  94. bark
  95. base >= "v0.12.0" & < "v0.17.0"
  96. base64 >= "2.3.0" & < "3.5.1"
  97. base_bigstring
  98. base_quickcheck >= "v0.12.1"
  99. base_trie
  100. bastet >= "1.2.4"
  101. batsat < "0.7"
  102. bddrand
  103. bechamel
  104. bechamel-js
  105. bechamel-notty
  106. bechamel-perf
  107. beluga = "1.0"
  108. benchmark >= "1.6"
  109. benchpress
  110. benchpress-server
  111. bencode >= "2.0"
  112. bheap >= "2.0.0"
  113. bidirectional_map
  114. bigarray-compat
  115. bigdecimal
  116. bignum >= "v0.12.0"
  117. bigstring >= "0.3"
  118. bigstring-unix >= "0.3"
  119. bigstringaf >= "0.5.0" & < "0.7.0"
  120. bimage
  121. bimage-display
  122. bimage-gtk
  123. bimage-io
  124. bimage-lwt
  125. bimage-sdl
  126. bimage-unix
  127. bimap
  128. bin_prot >= "v0.12.0"
  129. biniou >= "1.2.1"
  130. biocaml >= "0.9.0"
  131. bisect_ppx >= "1.4.0" & < "2.5.0"
  132. bistro >= "0.5.0"
  133. bistro-bio
  134. bitcoinml >= "0.4.1"
  135. bitlib
  136. bitmasks >= "1.2.0"
  137. bitstring = "3.1.1"
  138. bitv >= "1.4"
  139. bjack >= "0.1.6"
  140. blake2 >= "0.3"
  141. bloomf
  142. bls12-381 < "0.4.1"
  143. bnfgen
  144. bogue < "20210917"
  145. bonsai
  146. bson2
  147. bst >= "6.0.0"
  148. build_path_prefix_map >= "0.3"
  149. builder
  150. bun >= "0.3.4"
  151. bwd
  152. bwrap
  153. bytearray >= "1.0.1"
  154. bytepdf
  155. ca-certs
  156. ca-certs-nss < "3.64.0.1"
  157. cairo2 >= "0.6" & < "0.6.3"
  158. cairo2-gtk
  159. cairo2-pango < "0.6.3"
  160. calculon >= "0.4"
  161. calculon-redis
  162. calculon-redis-lib
  163. calculon-web >= "0.4"
  164. caldav < "0.2.2"
  165. calendar >= "3.0.0"
  166. calendars
  167. callipyge >= "0.2"
  168. camels
  169. camelsnakekebab
  170. camlimages >= "5.0.2" & < "5.0.5"
  171. camlon >= "3.0.0"
  172. camltc >= "0.9.8"
  173. camomile = "1.0.2"
  174. capnp >= "3.3.0" & < "3.5.0"
  175. capnp-rpc >= "0.3.2" & < "1.2.3"
  176. capnp-rpc-lwt >= "0.3.2" & < "1.2.3"
  177. capnp-rpc-mirage >= "0.3.2" & < "1.2.3"
  178. capnp-rpc-net < "1.2.3"
  179. capnp-rpc-unix >= "0.3.2" & < "1.2.3"
  180. caqti >= "1.0.0" & < "2.0.1"
  181. caqti-async >= "1.0.0" & < "2.0.1"
  182. caqti-driver-mariadb >= "1.0.0" & < "2.0.1"
  183. caqti-driver-pgx < "2.1.1"
  184. caqti-driver-postgresql >= "1.0.0" & < "2.0.1"
  185. caqti-driver-sqlite3 >= "1.0.0" & < "2.0.1"
  186. caqti-dynload >= "1.0.0" & < "2.0.1"
  187. caqti-lwt >= "1.0.0" & < "2.0.1"
  188. caqti-type-calendar >= "1.0.0" & < "2.0.1"
  189. catapult
  190. catapult-client
  191. catapult-daemon
  192. catapult-file
  193. catapult-sqlite
  194. cbor >= "0.3"
  195. cconv >= "0.5"
  196. cconv-ppx
  197. cdrom >= "0.9.4"
  198. certify >= "0.3.0"
  199. cfg >= "2.2.0" & < "2.3.0"
  200. cfml
  201. cfstream >= "1.3.1"
  202. chacha
  203. charInfo_width
  204. charrua
  205. charrua-client >= "0.11.2"
  206. charrua-client-lwt >= "0.11.2"
  207. charrua-client-mirage >= "0.11.2"
  208. charrua-core >= "0.11.2"
  209. charrua-server
  210. charrua-unix >= "0.11.2"
  211. chartjs
  212. chartjs-annotation
  213. chartjs-colorschemes
  214. chartjs-datalabels
  215. chartjs-streaming
  216. chase
  217. checkseum >= "0.0.3" & < "0.2.1"
  218. choice >= "0.4"
  219. cinaps >= "v0.12.0"
  220. clangml >= "4.0.0" & < "4.8.0"
  221. clangml-transforms >= "0.24"
  222. clap < "0.2.0"
  223. clarity >= "0.4.0"
  224. clz
  225. cmarker
  226. codept = "0.10.3"
  227. cohttp >= "1.1.1" & < "6.0.0~alpha0"
  228. cohttp-async >= "1.1.1" & < "6.0.0~alpha0"
  229. cohttp-lwt >= "1.1.1" & < "6.0.0~alpha0"
  230. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0~alpha0"
  231. cohttp-lwt-unix >= "1.1.1" & < "6.0.0~alpha0"
  232. cohttp-lwt-unix-nossl
  233. cohttp-lwt-unix-ssl
  234. cohttp-mirage >= "1.1.1" & < "6.0.0~alpha0"
  235. cohttp-top >= "1.1.1" & < "6.0.0~alpha0"
  236. cohttp_async_websocket
  237. cohttp_static_handler
  238. coin >= "0.1.1"
  239. colombe
  240. color >= "0.2.0"
  241. color-brewery
  242. combinat < "3.0"
  243. command_rpc >= "v0.12.0"
  244. conduit >= "1.3.0"
  245. conduit-async >= "1.3.0"
  246. conduit-async-ssl
  247. conduit-async-tls
  248. conduit-lwt >= "1.3.0"
  249. conduit-lwt-ssl
  250. conduit-lwt-tls
  251. conduit-lwt-unix >= "1.3.0"
  252. conduit-mirage
  253. conduit-tls
  254. conex >= "0.10.0"
  255. conex-mirage-crypto
  256. conex-nocrypto
  257. containers >= "2.4" & < "3.13"
  258. containers-data < "3.13"
  259. containers-thread
  260. content_security_policy
  261. cookie
  262. coq-of-ocaml < "2.4.1"
  263. coq-serapi >= "8.9.0+0.6.0"
  264. core >= "v0.12.0"
  265. core_bench >= "v0.12.0"
  266. core_compat
  267. core_extended >= "v0.12.0"
  268. core_kernel >= "v0.12.3"
  269. core_profiler >= "v0.12.0"
  270. core_unix
  271. cow = "2.4.0"
  272. cowabloga >= "0.5.0"
  273. cpm >= "5.0.0" & < "12.1.2"
  274. cppo >= "1.6.6"
  275. cppo_ocamlbuild >= "1.6.6"
  276. cpu
  277. cpuid >= "0.1.2"
  278. crc >= "2.1.0"
  279. crlibm >= "0.3"
  280. crontab
  281. crowbar = "0.2"
  282. crunch >= "2.2.0" & < "3.3.0"
  283. cry = "0.6.5"
  284. cryptokit = "1.16.1"
  285. csexp < "1.1.0" | >= "1.3.2" & < "1.5.2"
  286. cstruct >= "3.3.0"
  287. cstruct-async >= "3.3.0"
  288. cstruct-lwt >= "3.3.0"
  289. cstruct-sexp
  290. cstruct-unix >= "3.3.0"
  291. csv >= "2.2"
  292. csv-lwt >= "2.1"
  293. csvfields >= "v0.12.0"
  294. csvtool
  295. ctypes-zarith
  296. cudf >= "0.10"
  297. cuid >= "0.2"
  298. current < "0.6"
  299. current_ansi
  300. current_docker < "0.6"
  301. current_examples < "0.6"
  302. current_git < "0.6"
  303. current_github < "0.6"
  304. current_incr < "0.6.0"
  305. current_rpc < "0.6"
  306. current_slack < "0.6"
  307. current_web < "0.6"
  308. curses = "1.0.9"
  309. curve-sampling
  310. cviode
  311. cwe_checker
  312. DrawGrammar >= "0.2.2"
  313. daft >= "0.0.4"
  314. data-encoding < "1.0.0"
  315. dataframe
  316. datakit >= "0.12.2"
  317. datakit-bridge-github >= "0.12.2"
  318. datakit-bridge-local-git >= "0.12.2"
  319. datakit-ci >= "0.12.2"
  320. datakit-client >= "0.12.2"
  321. datakit-client-9p >= "0.12.2"
  322. datakit-client-git >= "0.12.2"
  323. datakit-github >= "0.12.2"
  324. datakit-server >= "0.12.2"
  325. datakit-server-9p >= "0.12.2"
  326. datalog >= "0.6"
  327. daypack-lib
  328. dbf < "0.1.1"
  329. debian-formats >= "0.1.2"
  330. decoders >= "0.1.2" & < "1.0.0"
  331. decoders-bencode < "1.0.0"
  332. decoders-cbor < "1.0.0"
  333. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  334. decoders-jsonm < "1.0.0"
  335. decoders-msgpck < "1.0.0"
  336. decoders-sexplib < "1.0.0"
  337. decoders-yojson >= "0.1.2" & < "1.0.0"
  338. decompress >= "0.8.1" & < "1.3.0"
  339. dedent
  340. dedukti >= "2.7"
  341. delimited_parsing >= "v0.12.0"
  342. depyt >= "0.3.0"
  343. devkit >= "1.0"
  344. diet >= "0.2"
  345. diffable
  346. digestif >= "0.7" & < "0.8.1"
  347. directories
  348. disml
  349. dispatch >= "0.4.1"
  350. dispatch-js >= "0.4.1"
  351. distributed >= "0.6.0"
  352. distributed-lwt >= "0.2.0"
  353. distributed-uwt >= "0.2.0"
  354. dkim
  355. dkim-bin
  356. dkim-mirage
  357. dlm >= "0.3.1"
  358. dns >= "1.1.0"
  359. dns-async >= "1.1.0"
  360. dns-certify
  361. dns-cli
  362. dns-client
  363. dns-client-lwt
  364. dns-client-mirage
  365. dns-lwt >= "1.1.0"
  366. dns-lwt-unix >= "1.1.0"
  367. dns-mirage
  368. dns-resolver
  369. dns-server
  370. dns-stub
  371. dns-tsig
  372. dnssec
  373. docker-api >= "0.2" & < "0.2.2"
  374. docker_hub
  375. dockerfile >= "6.0.0" & < "8.1.0"
  376. dockerfile-cmd >= "6.0.0" & < "8.1.0"
  377. dockerfile-opam >= "6.0.0" & < "8.1.0"
  378. dokeysto >= "3.0.1"
  379. dokeysto_camltc >= "3.0.1"
  380. dokeysto_lz4 >= "3.0.2"
  381. dolmen = "0.4.1"
  382. dolog >= "4.0.0"
  383. domain-name >= "0.1.2"
  384. domainslib < "0.5.0"
  385. dot-merlin-reader < "3.5.0"
  386. dotenv
  387. dream-cli < "0.2.0"
  388. dream-encoding < "0.2.0"
  389. dream-livereload < "0.2.0"
  390. dream-serve
  391. dropbox >= "0.2"
  392. dropbox_lwt_unix
  393. dssi = "0.1.3"
  394. dtoa >= "0.3.2"
  395. dtools = "0.4.2"
  396. duff >= "0.2"
  397. dum >= "1.0.2"
  398. dune-action-plugin < "2.3.0"
  399. dune-build-info < "2.3.0"
  400. dune-configurator >= "1.11.4" & < "2.3.0"
  401. dune-deps
  402. dune-glob < "2.3.0"
  403. dune-private-libs < "2.3.0"
  404. dune-release >= "1.0.0" & < "1.4.0"
  405. duppy = "0.9.0"
  406. duration >= "0.1.2"
  407. earley = "2.0.0"
  408. earlybird < "1.0.0"
  409. easy-format = "1.3.2"
  410. easy_logging
  411. easy_logging_yojson
  412. ecaml >= "v0.12.0"
  413. edn = "0.1.6-1-gff9db95"
  414. eigen >= "0.1.0"
  415. eio-ssl < "0.1.1"
  416. either
  417. elasticsearch-cli >= "0.5"
  418. electrod >= "0.2.1" & < "1.0.0"
  419. elpi >= "1.3.1" & < "1.11.1"
  420. email_message >= "v0.12.0"
  421. emile >= "0.4"
  422. encore >= "0.3"
  423. env_config
  424. epictetus
  425. eqaf >= "0.2"
  426. erssical >= "1.1.0"
  427. esgg
  428. ethernet
  429. euler
  430. exenum >= "0.86"
  431. exit
  432. expect_test_helpers >= "v0.12.0"
  433. expect_test_helpers_async
  434. expect_test_helpers_core
  435. expect_test_helpers_kernel >= "v0.12.0"
  436. extlib >= "1.7.9"
  437. ez_pgocaml
  438. ezcurl
  439. ezcurl-lwt
  440. ezdl
  441. ezgzip >= "0.2.3"
  442. ezjs_ace
  443. ezjs_blockies
  444. ezjs_cleave
  445. ezjs_crypto
  446. ezjs_cytoscape
  447. ezjs_d3pie
  448. ezjs_extension
  449. ezjs_fetch < "0.3"
  450. ezjs_idb < "0.1.1"
  451. ezjs_jquery
  452. ezjs_min < "0.2.2"
  453. ezjs_odometer
  454. ezjs_push
  455. ezjs_qrcode
  456. ezjs_recaptcha
  457. ezjs_timeline
  458. ezjsonm >= "1.0.0"
  459. ezjsonm-lwt >= "1.0.0"
  460. ezresto
  461. ezresto-directory
  462. ezsqlite >= "0.4.2"
  463. ezxenstore >= "0.4.1"
  464. ezxmlm >= "1.1.0"
  465. faad = "0.5.0"
  466. facteur
  467. faraday >= "0.7.1"
  468. faraday-async >= "0.7.1"
  469. faraday-lwt >= "0.7.1"
  470. faraday-lwt-unix >= "0.7.1"
  471. farmhash >= "0.4"
  472. fasmifra
  473. fat-filesystem >= "0.13.0"
  474. fd-send-recv >= "2.0.1"
  475. fdkaac = "0.3.2"
  476. feat
  477. feat-core
  478. feat-num
  479. ff < "0.6.0"
  480. ff-pbt < "0.6.0"
  481. ff-sig < "0.6.0"
  482. ffmpeg = "1.0.0~beta1"
  483. ffmpeg-av < "1.0.0~beta2"
  484. ffmpeg-avcodec < "1.0.0~beta2"
  485. ffmpeg-avdevice < "1.0.0~beta2"
  486. ffmpeg-avfilter < "1.0.0~beta2"
  487. ffmpeg-avutil < "1.0.0~beta2"
  488. ffmpeg-swresample < "1.0.0~beta2"
  489. ffmpeg-swscale < "1.0.0~beta2"
  490. fftw3 >= "0.8.2"
  491. fiat-p256 < "0.2.2"
  492. fieldslib >= "v0.12.0"
  493. file_path
  494. fileutils >= "0.6.1"
  495. fit
  496. fix >= "20181206"
  497. flac = "0.3.0"
  498. flex-array
  499. fmlib < "0.5.3"
  500. fmlib_js >= "0.3.0" & < "0.5.3"
  501. fmlib_parse < "0.5.3"
  502. fmlib_pretty < "0.5.3"
  503. fmlib_std < "0.5.3"
  504. freetds >= "0.7"
  505. frei0r >= "0.1.2"
  506. frenetic >= "5.0.5"
  507. fswatch
  508. fswatch_async
  509. fswatch_lwt
  510. functoria >= "2.2.2" & < "4.0.0~beta1"
  511. functoria-runtime >= "2.2.2" & != "2.2.5" & < "4.0.0~beta1"
  512. fuzzy_compare
  513. fuzzy_match
  514. fzf
  515. General >= "0.6.0"
  516. gapi-ocaml >= "0.3.7"
  517. gbddml
  518. gdbprofiler >= "0.4"
  519. gemini >= "0.3.0"
  520. gen >= "0.5.2"
  521. gen_js_api >= "1.0.6" & < "1.0.8"
  522. genprint
  523. genspir >= "1.0.0"
  524. get_line >= "7.0.0"
  525. gettext >= "0.4.1"
  526. gettext-camomile
  527. gettext-stub
  528. git >= "2.0.0" & < "3.0.0"
  529. git-http >= "2.0.0"
  530. git-mirage >= "2.0.0" & < "3.0.0"
  531. git-unix >= "2.0.0" & < "3.0.0"
  532. github >= "4.0.0" & < "4.4.0"
  533. github-hooks >= "0.4.0"
  534. github-hooks-unix >= "0.4.0"
  535. github-jsoo >= "4.0.0" & < "4.4.0"
  536. github-unix >= "4.0.0" & < "4.4.0"
  537. glfw-ocaml
  538. gluten < "0.5.0"
  539. gluten-async < "0.5.0"
  540. gluten-eio < "0.5.0"
  541. gluten-lwt < "0.5.0"
  542. gluten-lwt-unix < "0.5.0"
  543. gluten-mirage < "0.5.0"
  544. gmap >= "0.2.1"
  545. gnuplot >= "0.6"
  546. gobba
  547. gobject-introspection
  548. google-drive-ocamlfuse >= "0.6.26"
  549. gopcaml-mode < "0.0.6"
  550. gperftools >= "0.4"
  551. gpr >= "1.4.0"
  552. gr
  553. graphics >= "5.0.0"
  554. graphql >= "0.8.0"
  555. graphql-async >= "0.8.0"
  556. graphql-cohttp >= "0.9.0"
  557. graphql-lwt >= "0.8.0"
  558. graphql_parser >= "0.9.0"
  559. graphql_ppx = "0.7.1"
  560. gremlin
  561. grenier >= "0.8" & < "0.15"
  562. grid
  563. gsl >= "1.24.0" & < "1.25.0"
  564. gstreamer >= "0.3.1"
  565. h2 < "0.10.0"
  566. h2-async < "0.10.0"
  567. h2-lwt < "0.10.0"
  568. h2-lwt-unix < "0.10.0"
  569. h2-mirage < "0.10.0"
  570. hack_parallel >= "1.0.0"
  571. hacl >= "0.3"
  572. hacl-star
  573. hacl-star-raw >= "0.5.0"
  574. hacl_x25519 < "0.2.1"
  575. happy-eyeballs
  576. happy-eyeballs-lwt
  577. happy-eyeballs-mirage
  578. hardcaml >= "v0.12.0"
  579. hardcaml_axi
  580. hardcaml_c
  581. hardcaml_circuits
  582. hardcaml_fixed_point
  583. hardcaml_handshake
  584. hardcaml_of_verilog
  585. hardcaml_step_testbench
  586. hardcaml_verify
  587. hardcaml_verilator
  588. hardcaml_waveterm
  589. hardcaml_xilinx
  590. hardcaml_xilinx_components
  591. hardcaml_xilinx_reports
  592. hashids >= "1.0.1"
  593. haxe >= "4.1.1"
  594. hc < "0.2"
  595. hdf5 >= "0.1.5"
  596. headache >= "1.04" & < "1.07"
  597. herdtools7 >= "7.55" & < "7.57"
  598. hex >= "1.3.0"
  599. hex_encode
  600. hg_lib
  601. hidapi >= "1.1"
  602. hidapi-lwt
  603. higher_kinded
  604. hkdf >= "1.0.3"
  605. hl_yaml
  606. hockmd
  607. horned_worm >= "0.3.4"
  608. hpack < "0.10.0"
  609. hts_shrink >= "2.0.0" & < "2.1.2"
  610. http-lwt-client
  611. httpaf >= "0.6.0"
  612. httpaf-async >= "0.6.0"
  613. httpaf-lwt-unix
  614. hvsock >= "2.0.0"
  615. hxd < "0.3.0"
  616. ISO8601 >= "0.2.6"
  617. i3ipc >= "0.1.4"
  618. icalendar
  619. idd
  620. idds
  621. incr_dom >= "v0.12.0"
  622. incr_dom_interactive
  623. incr_dom_keyboard
  624. incr_dom_partial_render
  625. incr_dom_sexp_form
  626. incr_dom_widgets >= "v0.12.0"
  627. incr_map >= "v0.12.0"
  628. incr_select >= "v0.12.0"
  629. incremental >= "v0.12.0"
  630. indentation_buffer
  631. index < "1.3.0"
  632. inferno >= "20190924" & < "20211222"
  633. influxdb
  634. influxdb-async
  635. influxdb-lwt
  636. inquire < "0.3.0"
  637. int_repr
  638. integers >= "0.3.0"
  639. integers_stubs_js
  640. integration1d >= "0.5.1"
  641. interface-prime
  642. interface-prime-lwt
  643. interval >= "1.5" & < "1.6"
  644. interval-map
  645. interval_base < "1.6"
  646. interval_crlibm
  647. interval_intel
  648. io-page >= "2.1.0" & < "2.4.0"
  649. io-page-unix >= "2.1.0"
  650. io-page-xen >= "2.1.0"
  651. iostream
  652. iostream-camlzip
  653. ipaddr >= "2.9.0"
  654. ipaddr-cstruct
  655. ipaddr-sexp
  656. irc-client >= "0.6.2"
  657. irc-client-lwt >= "0.6.2"
  658. irc-client-lwt-ssl
  659. irc-client-tls >= "0.6.2"
  660. irc-client-unix >= "0.6.2"
  661. irmin >= "2.0.0" & < "2.3.0"
  662. irmin-chunk >= "2.0.0" & < "2.3.0"
  663. irmin-fs >= "2.0.0" & < "2.3.0"
  664. irmin-git >= "2.0.0" & < "2.3.0"
  665. irmin-graphql < "2.3.0"
  666. irmin-http >= "2.0.0" & < "2.3.0"
  667. irmin-indexeddb >= "2.0"
  668. irmin-mem >= "2.0.0" & < "2.3.0"
  669. irmin-mirage >= "2.0.0" & < "2.3.0"
  670. irmin-mirage-git < "2.3.0"
  671. irmin-mirage-graphql < "2.3.0"
  672. irmin-pack < "2.3.0"
  673. irmin-test < "2.3.0"
  674. irmin-unix >= "2.0.0" & < "2.3.0"
  675. iso639
  676. iter
  677. itv-tree >= "2.2"
  678. JsOfOCairo >= "2.0.0"
  679. jane-street-headers >= "v0.12.0"
  680. jane_rope
  681. janestreet_cpuid
  682. janestreet_csv
  683. janestreet_lru_cache
  684. jemalloc >= "0.2"
  685. jerboa
  686. jhupllib >= "0.2.1"
  687. jingoo >= "1.3.0"
  688. jose < "0.6.0"
  689. js_of_ocaml >= "3.3.0" & < "3.6.0"
  690. js_of_ocaml-compiler >= "3.3.0" & < "3.6.0"
  691. js_of_ocaml-lwt >= "3.3.0" & < "3.6.0"
  692. js_of_ocaml-ocamlbuild >= "3.5.0" & < "3.6.0"
  693. js_of_ocaml-ppx >= "3.3.0" & < "3.6.0"
  694. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "3.6.0"
  695. js_of_ocaml-toplevel >= "3.3.0" & < "3.6.0"
  696. js_of_ocaml-tyxml >= "3.3.0" & < "3.6.0"
  697. js_of_ocaml_patches
  698. json-data-encoding < "1.0.0"
  699. json-data-encoding-browser < "1.0.0"
  700. json-data-encoding-bson < "1.0.0"
  701. json_decoder
  702. jsonaf
  703. jsonxt
  704. jsoo_broadcastchannel >= "2.0.0"
  705. jsoo_storage >= "1.0.1"
  706. jst-config
  707. junit >= "2.0.1"
  708. junit_alcotest >= "2.0.1"
  709. junit_ounit >= "2.0.1"
  710. jupyter >= "2.3.2"
  711. jupyter-archimedes >= "2.3.2" & < "2.7.3"
  712. jupyter-kernel >= "0.4"
  713. jwto < "0.4.0"
  714. kafka >= "0.5"
  715. kafka_async
  716. kafka_lwt
  717. kappa-agents
  718. kappa-binaries
  719. kappa-library
  720. kappa-server
  721. kcas < "0.1.6"
  722. ke
  723. key-parsers >= "0.10.0"
  724. kicadsch >= "0.4.0"
  725. kind2 < "1.5.0"
  726. kinetic-client >= "0.0.11"
  727. krb
  728. lablgtk3 >= "3.0.beta4"
  729. lablgtk3-goocanvas2
  730. lablgtk3-gtkspell3
  731. lablgtk3-rsvg2
  732. lablgtk3-sourceview3
  733. lablqml >= "0.6" & < "0.7"
  734. labrys
  735. lacaml >= "11.0.2" & < "11.0.10"
  736. ladspa = "0.2.0"
  737. lambda-runtime
  738. lambda-term >= "2.0" & < "3.3.0"
  739. lambdasoup >= "0.6.4" & < "0.7.3"
  740. lame >= "0.3.4" & < "0.3.6"
  741. lascar >= "0.6-alpha" & < "0.7.0"
  742. lastfm = "0.3.3"
  743. launchd >= "1.3"
  744. lazy-trie >= "1.2.0"
  745. lbfgs >= "0.9.1"
  746. lbvs_consent >= "2.1.0"
  747. ldap = "2.4.1"
  748. learn-ocaml < "0.13.0"
  749. learn-ocaml-client < "0.13.0"
  750. ledgerwallet < "0.2.1"
  751. ledgerwallet-tezos < "0.2.1"
  752. lens >= "1.2.3"
  753. let-if >= "0.2.0"
  754. letsencrypt
  755. letsencrypt-app
  756. letsencrypt-dns
  757. letsencrypt-mirage
  758. leveldb >= "1.3.0"
  759. libabsolute
  760. libsvm >= "0.10.0"
  761. libzipperposition
  762. line-up-words >= "v0.12.0"
  763. line_oriented
  764. linenoise >= "1.2.0"
  765. links >= "0.9" & < "0.9.5"
  766. links-mysql < "0.9.5"
  767. links-postgresql >= "0.9" & < "0.9.5"
  768. links-sqlite3 < "0.9.5"
  769. linol
  770. linol-lwt
  771. linwrap
  772. lmdb >= "1.0"
  773. lo >= "0.2.0"
  774. logical
  775. logs-async < "1.3"
  776. logs-async-reporter < "1.3"
  777. logs-syslog >= "0.2.0"
  778. logtk >= "1.5.1"
  779. lpd >= "1.2.2"
  780. lru >= "0.3.0"
  781. lru_cache >= "v0.16.0"
  782. lustre-v6 >= "6.103.3"
  783. lutils >= "1.51.2"
  784. lutin >= "2.71.10"
  785. luv < "0.5.13"
  786. luv_unix
  787. lwd < "0.2"
  788. lwt >= "4.2.0"
  789. lwt-canceler
  790. lwt-dllist
  791. lwt-exit
  792. lwt-parallel >= "1.0.0"
  793. lwt-pipe
  794. lwt-pipeline >= "0.2"
  795. lwt-watcher
  796. lwt_domain
  797. lwt_glib >= "1.1.1"
  798. lwt_log >= "1.1.1"
  799. lwt_ppx >= "1.2.2"
  800. lwt_ppx_let
  801. lwt_react >= "1.1.2"
  802. lwt_ssl >= "1.1.3"
  803. lz4 >= "1.2.0"
  804. lz4_chans
  805. macaddr
  806. macaddr-cstruct
  807. macaddr-sexp
  808. mad = "0.5.0"
  809. magic-mime >= "1.1.2"
  810. magic-trace
  811. malfunction >= "0.3" & < "0.5"
  812. man_in_the_middle_debugger
  813. markdown
  814. markup >= "0.8.0" & < "1.0.0-1"
  815. markup-lwt
  816. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  817. matplotlib
  818. mc2
  819. mccs >= "1.1+10"
  820. md2mld < "0.7.0"
  821. mdx < "1.8.0"
  822. mechaml >= "1.1.0"
  823. memcad >= "1.1.0"
  824. memo
  825. memprof-limits
  826. memtrace_viewer >= "v0.15.0"
  827. menhir = "20200123"
  828. menhirLib < "20211125"
  829. menhirSdk < "20211125"
  830. merge-fmt
  831. merlin >= "3.2.1" & != "3.3.5" & < "4.1-411"
  832. merlin-extend >= "0.4"
  833. mesh >= "0.9.5"
  834. mesh-easymesh >= "0.9.5"
  835. mesh-graphics >= "0.9.5"
  836. mesh-triangle >= "0.9.5"
  837. metapp < "0.4.4"
  838. metaquot < "0.5.2"
  839. metrics
  840. metrics-influx
  841. metrics-lwt
  842. metrics-mirage
  843. metrics-rusage
  844. metrics-unix
  845. mew
  846. mew_vi
  847. mindstorm >= "0.8"
  848. mindstorm-lwt
  849. minicaml
  850. minicli >= "5.0.2"
  851. minisat >= "0.3"
  852. mirage >= "3.3.0" & < "4.0.0~beta1"
  853. mirage-block >= "1.2.0"
  854. mirage-block-combinators
  855. mirage-block-lwt >= "1.2.0"
  856. mirage-block-ramdisk >= "0.4"
  857. mirage-block-solo5 >= "0.6.0"
  858. mirage-block-unix >= "2.11.0"
  859. mirage-block-xen >= "1.6.0"
  860. mirage-bootvar-solo5 >= "0.6.0"
  861. mirage-bootvar-unix
  862. mirage-bootvar-xen >= "0.6.0"
  863. mirage-channel >= "3.2.0"
  864. mirage-channel-lwt >= "3.2.0"
  865. mirage-clock >= "2.0.0" & < "4.1.0"
  866. mirage-clock-freestanding >= "2.0.0" & < "4.1.0"
  867. mirage-clock-lwt >= "2.0.0"
  868. mirage-clock-unix >= "2.0.0" & < "4.1.0"
  869. mirage-conduit = "1.3.0" | >= "3.1.0"
  870. mirage-console >= "2.4.0"
  871. mirage-console-lwt >= "2.4.0"
  872. mirage-console-solo5 >= "0.6.0"
  873. mirage-console-unix >= "2.4.1"
  874. mirage-console-xen >= "2.4.0"
  875. mirage-console-xen-backend >= "2.4.0"
  876. mirage-console-xen-proto >= "2.4.0"
  877. mirage-crypto < "0.8.6"
  878. mirage-crypto-entropy
  879. mirage-crypto-pk < "0.8.6"
  880. mirage-crypto-rng < "0.8.6"
  881. mirage-crypto-rng-mirage < "0.8.6"
  882. mirage-device >= "1.2.0"
  883. mirage-dns >= "3.1.0"
  884. mirage-entropy >= "0.5.1"
  885. mirage-flow >= "1.6.0"
  886. mirage-flow-combinators
  887. mirage-flow-lwt >= "1.6.0"
  888. mirage-flow-rawlink >= "1.1.0"
  889. mirage-flow-unix >= "1.6.0"
  890. mirage-fs >= "1.2.0"
  891. mirage-fs-lwt >= "1.2.0"
  892. mirage-fs-mem
  893. mirage-fs-unix >= "1.6.0"
  894. mirage-kv >= "2.0.0"
  895. mirage-kv-lwt >= "2.0.0"
  896. mirage-kv-mem
  897. mirage-kv-unix < "3.0.0"
  898. mirage-logs >= "1.0.0" & < "2.0.0"
  899. mirage-monitoring
  900. mirage-nat >= "1.1.0"
  901. mirage-net >= "2.0.0"
  902. mirage-net-lwt >= "2.0.0"
  903. mirage-net-macosx >= "1.5.0"
  904. mirage-net-solo5 >= "0.4.3"
  905. mirage-net-unix >= "2.5.0"
  906. mirage-net-xen >= "1.9.0"
  907. mirage-profile >= "0.9.0"
  908. mirage-profile-unix >= "0.9.0"
  909. mirage-profile-xen >= "0.9.0"
  910. mirage-protocols >= "2.0.0"
  911. mirage-protocols-lwt >= "2.0.0"
  912. mirage-qubes >= "0.7.0"
  913. mirage-qubes-ipv4 >= "0.7.0"
  914. mirage-random >= "1.2.0"
  915. mirage-random-stdlib
  916. mirage-random-test
  917. mirage-runtime >= "3.3.0" & < "4.0.0~beta1"
  918. mirage-solo5 >= "0.6.2" & < "0.6.4"
  919. mirage-stack >= "1.4.0"
  920. mirage-stack-lwt >= "1.4.0"
  921. mirage-time >= "1.3.0"
  922. mirage-time-lwt >= "1.3.0"
  923. mirage-time-unix >= "1.3.0"
  924. mirage-types >= "3.3.0"
  925. mirage-types-lwt >= "3.3.0"
  926. mirage-unix >= "3.2.0"
  927. mirage-vnetif >= "0.4.2"
  928. mirage-vnetif-stack
  929. mirage-xen >= "3.2.0" & < "6.0.0"
  930. mkaudio >= "1.1.0"
  931. mkocaml
  932. mlfenv
  933. mlmpfr >= "4.0.2+dune" & < "4.1.0+bugfix1"
  934. mlpost-lablgtk
  935. mlt_parser >= "v0.12.0"
  936. mm >= "0.7.0" & < "0.7.2"
  937. mmap
  938. mmdb
  939. mock >= "0.1.1"
  940. mock-ounit >= "0.1.1"
  941. molenc
  942. monolith
  943. morbig >= "0.10.3" & < "0.11.0"
  944. morsmall
  945. moss >= "0.1.1"
  946. mparser >= "1.3"
  947. mparser-pcre
  948. mparser-re
  949. mperf
  950. mpg123 < "0.3"
  951. mpp >= "0.3.4"
  952. mpris >= "0.2.0"
  953. mpris-clients
  954. mrmime < "0.4.0"
  955. mrt-format >= "0.3.1"
  956. msat >= "0.8"
  957. msat-bin
  958. msgpck >= "1.5"
  959. msgpck-repr
  960. mssql
  961. mugen
  962. multipart-form-data >= "0.3.0"
  963. multipart_form
  964. multipart_form-cohttp-lwt
  965. multipart_form-eio
  966. multipart_form-lwt
  967. murmur3 >= "0.3"
  968. mustache = "3.1.0"
  969. mutf8
  970. mwt
  971. mysql8
  972. n_ary
  973. naboris
  974. nacc
  975. nbd = "4.0.3"
  976. netchannel >= "1.9.0"
  977. netkat
  978. netlink >= "0.3.4"
  979. netsnmp
  980. nice_parser
  981. nocoiner
  982. noise
  983. nottui < "0.2"
  984. nottui-lwt < "0.2"
  985. nottui-pretty < "0.2"
  986. notty >= "0.2.3"
  987. notty_async >= "v0.12.0"
  988. npy >= "0.0.9"
  989. nsq >= "0.4.0"
  990. numeric_string
  991. nuscr < "2.0.0"
  992. obeam
  993. obus >= "1.2.0"
  994. ocal >= "0.2.2"
  995. ocaml-compiler-libs >= "v0.12.0" & != "v0.12.4"
  996. ocaml-embed-file
  997. ocaml-lua >= "1.8"
  998. ocaml-migrate-parsetree >= "1.2.0" & < "2.2.0"
  999. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1000. ocaml-monadic = "0.4.1"
  1001. ocaml-print-intf
  1002. ocaml-probes
  1003. ocaml-protoc >= "2.0.1"
  1004. ocaml-protoc-plugin < "4.3.1"
  1005. ocaml-r >= "0.1.1" & < "0.4.0"
  1006. ocaml-syntax-shims
  1007. ocaml-systemd >= "1.3"
  1008. ocaml-top >= "1.2.0"
  1009. ocaml-vdom < "transition"
  1010. ocaml-version >= "1.0.0" & < "3.6.0"
  1011. ocaml_db_model
  1012. ocaml_intrinsics
  1013. ocaml_pgsql_model
  1014. ocaml_plugin >= "v0.12.0"
  1015. ocamlapi
  1016. ocamlapi_async
  1017. ocamlapi_lwt_unix
  1018. ocamlapi_ppx
  1019. ocamlcodoc
  1020. ocamlformat >= "0.7" & < "0.14.0"
  1021. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1022. ocamlgraph >= "2.0.0"
  1023. ocamlgraph_gtk
  1024. ocamline
  1025. ocb
  1026. ocolor
  1027. ocp-browser >= "1.1.9"
  1028. ocp-indent >= "1.7.0"
  1029. ocp-indent-nlfork >= "1.5.4"
  1030. ocp-index >= "1.1.9"
  1031. ocplib-endian >= "1.1"
  1032. ocplib-json-typed >= "0.7"
  1033. ocplib-json-typed-browser
  1034. ocplib-json-typed-bson
  1035. ocplib-simplex >= "0.5"
  1036. octavius >= "1.2.2"
  1037. odash
  1038. odepack >= "0.6.9"
  1039. odnnr
  1040. odoc >= "1.4.0" & < "2.0.0"
  1041. of_json
  1042. offheap
  1043. ogg = "0.6.0" | = "0.7.0"
  1044. ojs < "1.0.8"
  1045. olinq >= "0.3"
  1046. omd = "2.0.0~alpha2"
  1047. omg
  1048. omigrate < "0.3.1"
  1049. omlr
  1050. opam-0install < "0.4.2"
  1051. opam-0install-cudf < "0.4.2"
  1052. opam-build
  1053. opam-client >= "2.0.2"
  1054. opam-core >= "2.0.2"
  1055. opam-custom-install
  1056. opam-devel >= "2.0.2"
  1057. opam-ed >= "0.4"
  1058. opam-file-format >= "2.1.0" & < "2.1.5"
  1059. opam-format >= "2.0.2"
  1060. opam-graph
  1061. opam-grep >= "0.2.0"
  1062. opam-installer >= "2.0.2"
  1063. opam-package-upgrade >= "0.2"
  1064. opam-publish >= "2.0.2"
  1065. opam-repository >= "2.0.2"
  1066. opam-solver >= "2.0.2"
  1067. opam-state >= "2.0.2"
  1068. opam-test
  1069. opam2web >= "2.0"
  1070. opasswd >= "1.3.1"
  1071. opazl
  1072. openai-gym
  1073. opencc0
  1074. opencc1
  1075. opencc1_1
  1076. openQASM
  1077. opium >= "0.17.0"
  1078. opium-graphql
  1079. opium-testing
  1080. opium_kernel >= "0.17.0"
  1081. oplot = "0.50"
  1082. oplsr
  1083. optal
  1084. opti
  1085. optimization1d >= "0.6.1"
  1086. optint >= "0.0.2"
  1087. opus = "0.2.0"
  1088. oraft < "0.3.0"
  1089. oranger >= "2.0.1"
  1090. ordinal_abbreviation
  1091. ordma >= "0.0.5"
  1092. orec >= "1.0.1"
  1093. orewa
  1094. orpie
  1095. orrandomForest
  1096. orsvm_e1071 >= "4.0.0"
  1097. orun
  1098. orxgboost >= "1.1.0"
  1099. oseq >= "0.2"
  1100. oskel
  1101. osx-secure-transport >= "0.1.1"
  1102. otf
  1103. otoml
  1104. otr >= "0.3.6"
  1105. ounit = "2.1.2"
  1106. ounit-lwt < "2.2.0"
  1107. ounit2 < "2.2.7"
  1108. ounit2-lwt < "2.2.7"
  1109. override < "0.4.0"
  1110. owee >= "0.3"
  1111. owl >= "0.4.0"
  1112. owl-base >= "0.4.0"
  1113. owl-jupyter
  1114. owl-ode
  1115. owl-ode-base
  1116. owl-ode-odepack
  1117. owl-ode-sundials
  1118. owl-opt
  1119. owl-opt-lbfgs
  1120. owl-plplot
  1121. owl-symbolic
  1122. owl-top >= "0.4.0"
  1123. owl-zoo >= "0.4.0"
  1124. owork
  1125. ozulip
  1126. p4pp
  1127. pacomb
  1128. paf
  1129. paf-cohttp
  1130. paf-le
  1131. pam
  1132. pandoc < "0.2.1"
  1133. pandoc-abbreviations < "0.2.1"
  1134. pandoc-comment < "0.2.1"
  1135. pandoc-crossref < "0.2.1"
  1136. pandoc-include < "0.2.1"
  1137. pandoc-inspect < "0.2.1"
  1138. pandoc-pdf2png < "0.2.1"
  1139. pandoc-replace < "0.2.1"
  1140. papi >= "0.1.1"
  1141. parany >= "7.0.2"
  1142. pardi
  1143. parmap >= "1.1.1" & < "1.2.3"
  1144. parse-argv >= "0.2.0"
  1145. parsexp >= "v0.12.0"
  1146. parsexp_io >= "v0.12.0"
  1147. parsley
  1148. patch < "2.0.0"
  1149. patdiff >= "v0.12.1"
  1150. patience_diff >= "v0.12.0"
  1151. pattern
  1152. pb
  1153. pb-plugin
  1154. pbkdf >= "1.0.0"
  1155. pbrt
  1156. pbrt_services
  1157. pbrt_yojson
  1158. pcap-format >= "0.5.2"
  1159. pcre >= "7.3.5" & < "7.5.0"
  1160. pds-reachability >= "0.2.2"
  1161. pecu >= "0.2"
  1162. petr4
  1163. pf-qubes
  1164. pg_query
  1165. pgocaml >= "4.0"
  1166. pgocaml_ppx
  1167. pgx >= "1.0" & < "2.2"
  1168. pgx_async >= "1.0" & < "2.2"
  1169. pgx_lwt >= "1.0" & < "2.2"
  1170. pgx_lwt_mirage < "2.2"
  1171. pgx_lwt_unix < "2.2"
  1172. pgx_unix >= "1.0" & < "2.2"
  1173. pgx_value_core < "2.2"
  1174. pgx_value_ptime < "2.2"
  1175. phonetic
  1176. picasso
  1177. piqi >= "0.7.8"
  1178. piqilib >= "0.6.16"
  1179. pixel_pusher
  1180. pkcs11 >= "0.18.0"
  1181. pkcs11-cli
  1182. pkcs11-driver
  1183. pkcs11-rev
  1184. pla = "1.3"
  1185. plato
  1186. plebeia < "2.0.0"
  1187. plotkicadsch >= "0.4.0"
  1188. plplot >= "5.11.0-1"
  1189. polka
  1190. polling_state_rpc
  1191. polly
  1192. pomap >= "4.1.0"
  1193. portaudio = "0.2.2"
  1194. posixat >= "v0.12.0"
  1195. postgres_async
  1196. postgresql >= "4.4.1"
  1197. pp < "1.2.0"
  1198. pprint >= "20200226"
  1199. ppx-owl-opt
  1200. ppx_accessor
  1201. ppx_assert >= "v0.12.0"
  1202. ppx_bap
  1203. ppx_base >= "v0.12.0"
  1204. ppx_bench >= "v0.12.0"
  1205. ppx_bigarray >= "3.0.0"
  1206. ppx_bin_prot >= "v0.12.0"
  1207. ppx_blob >= "0.6.0"
  1208. ppx_bsx
  1209. ppx_cold
  1210. ppx_compare >= "v0.12.0"
  1211. ppx_compose >= "0.1.0"
  1212. ppx_const >= "2.0"
  1213. ppx_conv_func >= "v0.12.0"
  1214. ppx_css
  1215. ppx_cstruct >= "3.3.0"
  1216. ppx_cstubs
  1217. ppx_csv_conv >= "v0.12.0"
  1218. ppx_custom_printf >= "v0.12.0"
  1219. ppx_defer >= "0.4.0"
  1220. ppx_demo
  1221. ppx_derive_at_runtime
  1222. ppx_derivers >= "1.2.1"
  1223. ppx_deriving >= "4.3"
  1224. ppx_deriving_cmdliner >= "0.5.1"
  1225. ppx_deriving_encoding < "0.3.0"
  1226. ppx_deriving_hardcaml >= "v0.12.0"
  1227. ppx_deriving_jsoo
  1228. ppx_deriving_protobuf >= "2.7"
  1229. ppx_deriving_rpc >= "6.1.0"
  1230. ppx_deriving_yojson >= "3.3"
  1231. ppx_disable_unused_warnings
  1232. ppx_enum
  1233. ppx_enumerate >= "v0.12.0"
  1234. ppx_expect >= "v0.12.0"
  1235. ppx_factory
  1236. ppx_fail >= "v0.12.0"
  1237. ppx_fast_pipe
  1238. ppx_fields_conv >= "v0.12.0"
  1239. ppx_fixed_literal
  1240. ppx_gen_rec >= "1.1.0"
  1241. ppx_getenv >= "2.0"
  1242. ppx_globalize
  1243. ppx_hash >= "v0.12.0"
  1244. ppx_here >= "v0.12.0"
  1245. ppx_ignore_instrumentation
  1246. ppx_import >= "1.5-3-gbd627d5"
  1247. ppx_inline_alcotest
  1248. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1249. ppx_irmin < "2.3.0"
  1250. ppx_jane >= "v0.12.0"
  1251. ppx_js_style >= "v0.12.0"
  1252. ppx_jsobject_conv >= "0.6.0" & < "0.9.0"
  1253. ppx_jsonaf_conv
  1254. ppx_let >= "v0.12.0"
  1255. ppx_log
  1256. ppx_meta_conv >= "4.0.1"
  1257. ppx_module_timer
  1258. ppx_monoid = "0.3.2"
  1259. ppx_mysql
  1260. ppx_mysql_identity
  1261. ppx_optcomp >= "v0.12.0"
  1262. ppx_optional >= "v0.12.0"
  1263. ppx_pattern_bind
  1264. ppx_pipebang >= "v0.12.0"
  1265. ppx_protocol_conv >= "3.1.0"
  1266. ppx_protocol_conv_json >= "3.1.0"
  1267. ppx_protocol_conv_jsonm
  1268. ppx_protocol_conv_msgpack >= "3.1.0"
  1269. ppx_protocol_conv_xml_light >= "3.1.0"
  1270. ppx_protocol_conv_xmlm
  1271. ppx_protocol_conv_yaml >= "3.1.0"
  1272. ppx_python
  1273. ppx_rapper
  1274. ppx_rapper_async
  1275. ppx_rapper_lwt
  1276. ppx_regexp >= "0.4.0"
  1277. ppx_relit
  1278. ppx_sexp_conv >= "v0.12.0"
  1279. ppx_sexp_message >= "v0.12.0"
  1280. ppx_sexp_value >= "v0.12.0"
  1281. ppx_show
  1282. ppx_stable
  1283. ppx_stable_witness
  1284. ppx_string
  1285. ppx_string_interpolation
  1286. ppx_test >= "1.7.0"
  1287. ppx_there
  1288. ppx_tools >= "6.0+4.08.0"
  1289. ppx_tools_versioned >= "5.2.2"
  1290. ppx_tydi
  1291. ppx_type_directed_value
  1292. ppx_typed_fields
  1293. ppx_typerep_conv >= "v0.12.0"
  1294. ppx_tyre
  1295. ppx_units
  1296. ppx_variants_conv >= "v0.12.0"
  1297. ppx_wideopen
  1298. ppx_xml_conv >= "v0.12.0"
  1299. ppx_yojson < "1.2.0"
  1300. ppx_yojson_conv
  1301. ppx_yojson_conv_lib
  1302. ppxfind >= "1.3"
  1303. ppxlib >= "0.4.0" & < "0.21.0"
  1304. ppxx >= "2.4.0"
  1305. printbox >= "0.2" & < "0.8"
  1306. printbox-html < "0.8"
  1307. printbox-text < "0.8"
  1308. prof_spacetime >= "0.3.0"
  1309. profunctor
  1310. prom
  1311. prometheus >= "0.6" & < "1.2"
  1312. prometheus-app >= "0.6" & < "1.2"
  1313. promise
  1314. protocell
  1315. protocol-9p >= "1.0.0"
  1316. protocol-9p-tool >= "1.0.0"
  1317. protocol-9p-unix >= "1.0.0"
  1318. protocol_version_header >= "v0.12.0"
  1319. psq >= "0.1.1"
  1320. ptmap >= "2.0.5"
  1321. ptset >= "1.0.1"
  1322. pulseaudio = "0.1.4"
  1323. pure-splitmix >= "0.3"
  1324. py >= "1.1"
  1325. pythonlib
  1326. qbf >= "0.3"
  1327. qcheck >= "0.9" & < "0.18"
  1328. qcheck-alcotest < "0.18"
  1329. qcheck-core < "0.18"
  1330. qcheck-ounit < "0.18"
  1331. qmp >= "0.19.0"
  1332. qrencode >= "0.2"
  1333. qtest >= "2.10.1"
  1334. queenshead
  1335. quests
  1336. radare2 >= "0.0.3"
  1337. randomconv >= "0.1.1"
  1338. range < "0.8.3"
  1339. rangeSet
  1340. rankers
  1341. rawlink >= "1.0" & < "2.1"
  1342. rdbg >= "1.196.12"
  1343. re >= "1.9.0"
  1344. re2 >= "v0.12.1"
  1345. re2_stable
  1346. re_parser
  1347. reactiveData >= "0.3.0"
  1348. reanalyze
  1349. reason >= "3.5.0" & < "3.8.1"
  1350. received
  1351. record_builder >= "v0.12.0"
  1352. records >= "1.0.0"
  1353. redirect
  1354. redis >= "0.4"
  1355. redis-async
  1356. redis-lwt >= "0.4"
  1357. redis-sync >= "0.4"
  1358. reed-solomon-erasure >= "1.0.2"
  1359. reedsolomon >= "0.3"
  1360. refl
  1361. regenerate >= "0.2"
  1362. regex_parser_intf
  1363. relit_helper
  1364. remu_ts
  1365. res >= "5.0.1"
  1366. resource-pooling >= "1.1"
  1367. resource_cache >= "v0.12.0"
  1368. resp
  1369. resp-client
  1370. resp-mirage
  1371. resp-server >= "0.9"
  1372. resp-unix
  1373. resto
  1374. resto-acl
  1375. resto-cohttp
  1376. resto-cohttp-client
  1377. resto-cohttp-self-serving-client
  1378. resto-cohttp-server
  1379. resto-directory
  1380. resto-json
  1381. result >= "1.4"
  1382. rfc1951 >= "0.8.1" & != "1.0.0" & < "1.3.0"
  1383. rfc6287 >= "1.0.4"
  1384. rfc7748
  1385. rfsm >= "1.6-alpha-3" & < "1.7.0"
  1386. rhythm
  1387. ringo
  1388. ringo-lwt
  1389. rock
  1390. root1d >= "0.5.1"
  1391. rope >= "0.6.2"
  1392. rosetta >= "0.2.0"
  1393. routes < "1.0.0"
  1394. rpc >= "6.1.0"
  1395. rpc_parallel >= "v0.12.0"
  1396. rpclib >= "6.1.0"
  1397. rpclib-async >= "6.1.0"
  1398. rpclib-html
  1399. rpclib-js
  1400. rpclib-lwt >= "6.1.0"
  1401. rss
  1402. rtop >= "3.5.0" & < "3.8.1"
  1403. rungen
  1404. rusage
  1405. SZXX
  1406. safepass >= "3.1"
  1407. salsa20 >= "1.0.0"
  1408. salsa20-core >= "1.0.0"
  1409. samplerate = "0.1.5"
  1410. sanddb = "0.2"
  1411. satex
  1412. satyrographos < "0.0.2.7"
  1413. scgi
  1414. scrypt-kdf >= "1.0.0"
  1415. searchTree
  1416. secp256k1 >= "0.4.1"
  1417. secp256k1-internal < "0.4.0"
  1418. sedlex >= "2.0" & < "2.4"
  1419. sek
  1420. selective
  1421. semantic_version
  1422. semaphore-compat
  1423. semver >= "0.2.1"
  1424. semver2
  1425. sendmail
  1426. sendmail-lwt
  1427. sentry
  1428. seq >= "0.2" & < "0.3"
  1429. sequencer_table >= "v0.12.0"
  1430. session >= "0.4.1"
  1431. session-cohttp >= "0.4.1"
  1432. session-cohttp-async >= "0.4.1"
  1433. session-cohttp-lwt >= "0.4.1"
  1434. session-cookie
  1435. session-cookie-async
  1436. session-cookie-lwt
  1437. session-postgresql >= "0.4.1"
  1438. session-postgresql-async >= "0.4.1"
  1439. session-postgresql-lwt >= "0.4.1"
  1440. session-redis-lwt >= "0.4.1"
  1441. session-webmachine >= "0.4.1"
  1442. setcore >= "1.0.2"
  1443. sexp
  1444. sexp_diff
  1445. sexp_diff_kernel
  1446. sexp_grammar
  1447. sexp_macro
  1448. sexp_pretty >= "v0.12.0"
  1449. sexp_select
  1450. sexp_string_quickcheck
  1451. sexplib >= "v0.12.0"
  1452. sexplib0 >= "v0.12.0" & < "v0.17.0"
  1453. sgf >= "1.0.1"
  1454. sha >= "1.13" & < "1.15.1"
  1455. shapefile
  1456. shared-memory-ring >= "3.1.0"
  1457. shared-memory-ring-lwt >= "3.1.0"
  1458. shared-secret >= "0.4"
  1459. shell
  1460. shexp >= "v0.12.0"
  1461. slacko >= "0.14.1"
  1462. slug
  1463. smart-print >= "0.3.0"
  1464. smbc >= "0.5"
  1465. smtlib-utils
  1466. snappy >= "0.1.2"
  1467. so
  1468. sortedseq_intersect
  1469. soundtouch >= "0.1.9"
  1470. soupault
  1471. spacetime_lib >= "0.3.0"
  1472. spawn = "v0.13.0"
  1473. speex = "0.4.0"
  1474. spelll >= "0.3"
  1475. spin < "0.6.0"
  1476. splay_tree >= "v0.12.0"
  1477. splittable_random >= "v0.12.0"
  1478. spotify-web-api >= "0.2.1"
  1479. spotlib >= "4.1.0"
  1480. sqlgg >= "20200521"
  1481. sqlite3 >= "4.4.1" & < "5.0.3"
  1482. sqlite3_utils
  1483. srt < "0.2.1"
  1484. ssh-agent >= "0.2.0"
  1485. ssh-agent-unix
  1486. ssl >= "0.5.6" & < "0.6.0"
  1487. stdcompat >= "19"
  1488. stdint >= "0.6.0" & < "0.7.2"
  1489. stdio >= "v0.12.0"
  1490. stdlib-diff
  1491. stdlib-shims
  1492. stitch
  1493. stored_reversed
  1494. streamable
  1495. streaming
  1496. string_dict >= "v0.12.0"
  1497. stringext >= "1.6.0"
  1498. sturgeon >= "0.4.2"
  1499. subscriptions-transport-ws
  1500. subtype-refinement >= "0.2"
  1501. swagger >= "0.2.0"
  1502. swhid_core
  1503. syndic >= "1.6.0"
  1504. sys-socket
  1505. sys-socket-unix
  1506. syslog >= "2.0.0"
  1507. syslog-message >= "1.0.0"
  1508. syslog-rfc5424
  1509. tablecloth-native < "0.0.8"
  1510. tar >= "1.0.0" & < "2.0.0"
  1511. tar-mirage >= "1.0.0" & < "2.0.0"
  1512. tar-unix >= "1.0.0" & < "2.0.0"
  1513. tcalc
  1514. tcpip >= "3.7.0" & < "6.0.0"
  1515. tdigest
  1516. teash
  1517. tensorboard
  1518. terminal_size >= "0.1.4"
  1519. textrazor
  1520. textutils >= "v0.12.0"
  1521. textutils_kernel >= "v0.12.0"
  1522. textwrap >= "0.2.1"
  1523. tezos-accuser-006-PsCARTHA
  1524. tezos-accuser-007-PsDELPH1
  1525. tezos-accuser-008-PtEdo2Zk < "9.2"
  1526. tezos-accuser-008-PtEdoTez
  1527. tezos-accuser-009-PsFLoren < "9.2"
  1528. tezos-alpha-test-helpers < "9.2"
  1529. tezos-baker-006-PsCARTHA
  1530. tezos-baker-007-PsDELPH1
  1531. tezos-baker-008-PtEdo2Zk < "9.2"
  1532. tezos-baker-008-PtEdoTez
  1533. tezos-baker-009-PsFLoren < "9.2"
  1534. tezos-baking-006-PsCARTHA
  1535. tezos-baking-006-PsCARTHA-commands
  1536. tezos-baking-007-PsDELPH1
  1537. tezos-baking-007-PsDELPH1-commands
  1538. tezos-baking-008-PtEdo2Zk < "9.2"
  1539. tezos-baking-008-PtEdo2Zk-commands < "9.2"
  1540. tezos-baking-008-PtEdoTez
  1541. tezos-baking-008-PtEdoTez-commands
  1542. tezos-baking-009-PsFLoren < "9.2"
  1543. tezos-baking-009-PsFLoren-commands < "9.2"
  1544. tezos-baking-alpha < "9.2"
  1545. tezos-baking-alpha-commands < "9.2"
  1546. tezos-base < "9.2"
  1547. tezos-clic < "9.2"
  1548. tezos-client < "9.2"
  1549. tezos-client-000-Ps9mPmXa < "9.2"
  1550. tezos-client-001-PtCJ7pwo < "9.2"
  1551. tezos-client-001-PtCJ7pwo-commands < "9.2"
  1552. tezos-client-002-PsYLVpVv < "9.2"
  1553. tezos-client-002-PsYLVpVv-commands < "9.2"
  1554. tezos-client-003-PsddFKi3 < "9.2"
  1555. tezos-client-003-PsddFKi3-commands < "9.2"
  1556. tezos-client-004-Pt24m4xi < "9.2"
  1557. tezos-client-004-Pt24m4xi-commands < "9.2"
  1558. tezos-client-005-PsBabyM1 < "9.2"
  1559. tezos-client-005-PsBabyM1-commands < "9.2"
  1560. tezos-client-006-PsCARTHA < "9.2"
  1561. tezos-client-006-PsCARTHA-commands < "9.2"
  1562. tezos-client-007-PsDELPH1 < "9.2"
  1563. tezos-client-007-PsDELPH1-commands < "9.2"
  1564. tezos-client-007-PsDELPH1-commands-registration < "9.2"
  1565. tezos-client-008-PtEdo2Zk < "9.2"
  1566. tezos-client-008-PtEdo2Zk-commands < "9.2"
  1567. tezos-client-008-PtEdo2Zk-commands-registration < "9.2"
  1568. tezos-client-008-PtEdoTez
  1569. tezos-client-008-PtEdoTez-commands
  1570. tezos-client-008-PtEdoTez-commands-registration
  1571. tezos-client-009-PsFLoren < "9.2"
  1572. tezos-client-009-PsFLoren-commands < "9.2"
  1573. tezos-client-009-PsFLoren-commands-registration < "9.2"
  1574. tezos-client-alpha < "9.2"
  1575. tezos-client-alpha-commands < "9.2"
  1576. tezos-client-alpha-commands-registration < "9.2"
  1577. tezos-client-base < "9.2"
  1578. tezos-client-base-unix < "9.2"
  1579. tezos-client-commands < "9.2"
  1580. tezos-client-demo-counter < "9.2"
  1581. tezos-client-genesis < "9.2"
  1582. tezos-client-genesis-carthagenet < "9.2"
  1583. tezos-client-sapling-008-PtEdo2Zk < "9.2"
  1584. tezos-client-sapling-008-PtEdoTez
  1585. tezos-client-sapling-009-PsFLoren < "9.2"
  1586. tezos-client-sapling-alpha < "9.2"
  1587. tezos-codec < "9.2"
  1588. tezos-crypto < "9.2"
  1589. tezos-embedded-protocol-000-Ps9mPmXa < "9.2"
  1590. tezos-embedded-protocol-001-PtCJ7pwo < "9.2"
  1591. tezos-embedded-protocol-002-PsYLVpVv < "9.2"
  1592. tezos-embedded-protocol-003-PsddFKi3 < "9.2"
  1593. tezos-embedded-protocol-004-Pt24m4xi < "9.2"
  1594. tezos-embedded-protocol-005-PsBABY5H < "9.2"
  1595. tezos-embedded-protocol-005-PsBabyM1 < "9.2"
  1596. tezos-embedded-protocol-006-PsCARTHA < "9.2"
  1597. tezos-embedded-protocol-007-PsDELPH1 < "9.2"
  1598. tezos-embedded-protocol-008-PtEdo2Zk < "9.2"
  1599. tezos-embedded-protocol-008-PtEdoTez < "9.2"
  1600. tezos-embedded-protocol-009-PsFLoren < "9.2"
  1601. tezos-embedded-protocol-alpha < "9.2"
  1602. tezos-embedded-protocol-demo-counter < "9.2"
  1603. tezos-embedded-protocol-demo-noops < "9.2"
  1604. tezos-embedded-protocol-genesis < "9.2"
  1605. tezos-embedded-protocol-genesis-carthagenet < "9.2"
  1606. tezos-endorser-006-PsCARTHA
  1607. tezos-endorser-007-PsDELPH1
  1608. tezos-endorser-008-PtEdo2Zk < "9.2"
  1609. tezos-endorser-008-PtEdoTez
  1610. tezos-endorser-009-PsFLoren < "9.2"
  1611. tezos-error-monad < "9.2"
  1612. tezos-event-logging < "9.2"
  1613. tezos-lmdb
  1614. tezos-lwt-result-stdlib < "9.0"
  1615. tezos-mempool-006-PsCARTHA
  1616. tezos-mempool-007-PsDELPH1
  1617. tezos-mempool-008-PtEdoTez
  1618. tezos-micheline < "9.2"
  1619. tezos-mockup < "9.2"
  1620. tezos-mockup-commands < "9.2"
  1621. tezos-mockup-proxy < "9.2"
  1622. tezos-mockup-registration < "9.2"
  1623. tezos-node < "9.2"
  1624. tezos-p2p < "9.2"
  1625. tezos-p2p-services < "9.2"
  1626. tezos-protocol-000-Ps9mPmXa < "9.2"
  1627. tezos-protocol-001-PtCJ7pwo < "9.2"
  1628. tezos-protocol-002-PsYLVpVv < "9.2"
  1629. tezos-protocol-003-PsddFKi3 < "9.2"
  1630. tezos-protocol-004-Pt24m4xi < "9.2"
  1631. tezos-protocol-005-PsBABY5H < "9.2"
  1632. tezos-protocol-005-PsBabyM1 < "9.2"
  1633. tezos-protocol-006-PsCARTHA < "9.2"
  1634. tezos-protocol-006-PsCARTHA-parameters < "9.2"
  1635. tezos-protocol-007-PsDELPH1 < "9.2"
  1636. tezos-protocol-007-PsDELPH1-parameters
  1637. tezos-protocol-008-PtEdo2Zk < "9.2"
  1638. tezos-protocol-008-PtEdo2Zk-parameters < "9.2"
  1639. tezos-protocol-008-PtEdoTez < "9.2"
  1640. tezos-protocol-008-PtEdoTez-parameters
  1641. tezos-protocol-009-PsFLoren < "9.2"
  1642. tezos-protocol-009-PsFLoren-parameters < "9.2"
  1643. tezos-protocol-alpha < "9.2"
  1644. tezos-protocol-alpha-parameters < "9.2"
  1645. tezos-protocol-compiler < "9.2"
  1646. tezos-protocol-demo-counter < "9.2"
  1647. tezos-protocol-demo-noops < "9.2"
  1648. tezos-protocol-environment < "9.2"
  1649. tezos-protocol-environment-packer < "9.2"
  1650. tezos-protocol-environment-sigs < "9.2"
  1651. tezos-protocol-environment-structs < "9.2"
  1652. tezos-protocol-genesis < "9.2"
  1653. tezos-protocol-genesis-carthagenet < "9.2"
  1654. tezos-protocol-plugin-007-PsDELPH1 < "9.2"
  1655. tezos-protocol-plugin-007-PsDELPH1-registerer < "9.2"
  1656. tezos-protocol-plugin-008-PtEdo2Zk < "9.2"
  1657. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "9.2"
  1658. tezos-protocol-plugin-009-PsFLoren < "9.2"
  1659. tezos-protocol-plugin-009-PsFLoren-registerer < "9.2"
  1660. tezos-protocol-plugin-alpha < "9.2"
  1661. tezos-protocol-plugin-alpha-registerer < "9.2"
  1662. tezos-protocol-updater < "9.2"
  1663. tezos-proxy < "9.2"
  1664. tezos-requester < "9.2"
  1665. tezos-rpc < "9.2"
  1666. tezos-rpc-http < "9.2"
  1667. tezos-rpc-http-client < "9.2"
  1668. tezos-rpc-http-client-unix < "9.2"
  1669. tezos-rpc-http-server < "9.2"
  1670. tezos-sapling < "9.2"
  1671. tezos-shell < "9.2"
  1672. tezos-shell-context < "9.2"
  1673. tezos-shell-services < "9.2"
  1674. tezos-signer < "9.2"
  1675. tezos-signer-backends < "9.2"
  1676. tezos-signer-services < "9.2"
  1677. tezos-stdlib < "8.0"
  1678. tezos-stdlib-unix < "9.2"
  1679. tezos-storage < "9.2"
  1680. tezos-test-services < "9.2"
  1681. tezos-tooling < "13.0"
  1682. tezos-validation < "9.2"
  1683. tezos-validator < "9.2"
  1684. tezos-version < "9.2"
  1685. tezos-workers < "9.2"
  1686. theora >= "0.4.0"
  1687. thread-local-storage
  1688. thrift >= "0.10.0"
  1689. tidy >= "5-0.2"
  1690. tilde_f
  1691. time_now
  1692. timezone
  1693. tiny_httpd < "0.15"
  1694. tiny_httpd_camlzip < "0.15"
  1695. tip-parser >= "0.4"
  1696. tldr
  1697. tls >= "0.11.0" & < "0.15.4"
  1698. tls-async < "0.15.4"
  1699. tls-mirage < "0.15.4"
  1700. toml >= "5.0.0" & < "7.0.0"
  1701. toml-cconv
  1702. toml_cconv < "7.0.0"
  1703. toplevel_backend
  1704. toplevel_expect_test >= "v0.12.0"
  1705. topological_sort >= "v0.12.0"
  1706. torch
  1707. tqdm
  1708. tracing
  1709. transept
  1710. traverse
  1711. travesty < "0.7.2"
  1712. travis-opam >= "1.5.0"
  1713. tree_layout >= "0.2"
  1714. treeprint >= "2.3.0"
  1715. trie >= "1.0.0"
  1716. tsort
  1717. tube >= "4.4.0"
  1718. tuntap >= "1.7.0"
  1719. twostep
  1720. typerep >= "v0.12.0"
  1721. tyre >= "0.5"
  1722. tyxml >= "4.3.0" & < "4.6.0"
  1723. tyxml-jsx < "4.6.0"
  1724. tyxml-lwd < "0.2"
  1725. tyxml-ppx >= "4.3.0" & < "4.6.0"
  1726. tyxml-syntax < "4.6.0"
  1727. ubase < "0.20"
  1728. ubpf < "0.2"
  1729. uecc >= "0.2"
  1730. uint >= "2.0.1"
  1731. ulid
  1732. unidecode
  1733. unionFind
  1734. unison = "2.51.4"
  1735. universo
  1736. unstrctrd
  1737. uri >= "2.2.0"
  1738. uri-bench
  1739. uri-re
  1740. uri-sexp
  1741. uritemplate
  1742. user-agent-parser
  1743. username_kernel
  1744. utop >= "2.3.0"
  1745. uuuu >= "0.1.1"
  1746. variantslib >= "v0.12.0"
  1747. vcaml
  1748. vcardgen >= "1.2"
  1749. vchan >= "4.0.0"
  1750. vchan-unix >= "4.0.0"
  1751. vchan-xen >= "4.0.0"
  1752. vector
  1753. vercel
  1754. vhd-format >= "0.12.0"
  1755. vhd-format-lwt >= "0.12.0"
  1756. virtual_dom >= "v0.12.0"
  1757. visitors >= "20200207"
  1758. vlq >= "0.2.1"
  1759. vmnet >= "1.3.2"
  1760. vocal
  1761. voqc < "0.2.0"
  1762. vorbis >= "0.8.0"
  1763. wall >= "0.4"
  1764. wasmer
  1765. weberizer >= "0.8"
  1766. webmachine >= "0.6.2"
  1767. websocket >= "2.12" & < "2.15"
  1768. websocket-async >= "2.12" & < "2.15"
  1769. websocket-lwt >= "2.12"
  1770. websocket-lwt-unix < "2.15"
  1771. websocketaf
  1772. webtest >= "2.0.0"
  1773. webtest-js
  1774. wikitext
  1775. win-error >= "1.0"
  1776. win-eventlog = "0.3"
  1777. winsvc < "1.0.1"
  1778. ws
  1779. ws-server
  1780. wseg
  1781. wtf8 >= "1.0.2"
  1782. x509 >= "0.6.3"
  1783. xapi-backtrace >= "0.7"
  1784. xapi-inventory >= "1.2.1"
  1785. xapi-rrd >= "1.8.2"
  1786. xapi-stdext-date < "4.21.0"
  1787. xapi-stdext-encodings < "4.21.0"
  1788. xapi-stdext-pervasives < "4.21.0"
  1789. xapi-stdext-std < "4.21.0"
  1790. xapi-stdext-threads < "4.21.0"
  1791. xapi-stdext-unix < "4.21.0"
  1792. xapi-stdext-zerocheck < "4.21.0"
  1793. xdg-basedir
  1794. xen-evtchn >= "2.1.0"
  1795. xen-evtchn-unix >= "2.1.0"
  1796. xen-gnt >= "3.1.0"
  1797. xen-gnt-unix >= "3.1.0"
  1798. xenstore >= "2.1.0"
  1799. xenstore_transport >= "1.1.0"
  1800. xmlplaylist >= "0.1.5"
  1801. yaml >= "1.0.0"
  1802. yaml-sexp
  1803. yara >= "0.2"
  1804. yojson >= "1.5.0" & < "2.1.0"
  1805. yojson-bench
  1806. yurt >= "0.6"
  1807. yuscii >= "0.2.1"
  1808. yuujinchou >= "3.0.0"
  1809. zarith-ppx
  1810. zarith_stubs_js
  1811. zed >= "2.0" & < "3.2.0"
  1812. zeit
  1813. zipperposition >= "1.5.1"
  1814. zipperposition-tools
  1815. zlib >= "0.6"
  1816. zmq >= "5.1.0" & < "5.2.1"
  1817. zmq-async >= "5.1.0" & < "5.2.1"
  1818. zmq-lwt >= "5.1.0" & < "5.2.1"
  1819. zstandard >= "v0.12.1"
  1820. zstd = "0.3"
  1821. zxcvbn >= "2.3+2"

Conflicts (3)

  1. jbuilder = "transition"
  2. dune-release < "1.3.0"
  3. odoc < "1.3.0"
OCaml

Innovation. Community. Security.