package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.7.1.tbz
sha256=c3528f2f8b3a2e3fe18e166fc823e6caeee8b7c78ade6b6fe4d2fa978070925d
sha512=2b4b311824471dac8196181d7c7267f96b1b73f35341b72019f169cf6d42a19254e90bdfba2d3ecb138ad318e2e2431dd0ec6c38d9efe1da382ec95f5d9e959b

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: 06 Sep 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.08.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

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ 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.08~~"
  5. ocaml >= "4.08" & < "4.12"

Dev Dependencies

None

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

Conflicts (5)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "1.3.0"
  5. dune-configurator < "2.3.0"
OCaml

Innovation. Community. Security.