package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.8.5.tbz
sha256=79011283fb74c7a27eb17ad752efbcc39b39633cbacc8d7be97e8ea869443629
sha512=4ef6cdea0768a29de0108cb61b04ef471cb494762c865265f20d7d15ed65a39557f7e34f2dbd466352a6567cce29d7ba21be6569afafbcfc2871720b9466dcae

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: 30 Mar 2021

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" & < "5.0"

Dev Dependencies

None

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

Conflicts (7)

  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"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.