package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

Description

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

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

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

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

Published: 07 Feb 2023

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 low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's 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, meaning it's highly tested and productive.

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

The example directory contains examples of projects using dune.

Main workflow AppVeyor status Release

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. OCaml is all you need to build Dune and packages using Dune. 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 and arrange them in any way on the file system. 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 can 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

We recommended installing Dune 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 boot/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 installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: 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 fairly stable and 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"

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
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. adelfa
  18. advi
  19. afl-persistent >= "1.4"
  20. agrid
  21. ahrocksdb
  22. aifad >= "2.2.1"
  23. alba >= "0.4.1"
  24. albatross
  25. alcotest
  26. alcotest-async
  27. alcotest-js
  28. alcotest-lwt
  29. alcotest-mirage
  30. alg_structs
  31. alg_structs_qcheck
  32. algaeff
  33. allegro5
  34. alonzo
  35. alsa >= "0.3.0"
  36. alt-ergo >= "2.3.0" & < "2.6.0"
  37. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  38. alt-ergo-parsers < "2.6.0"
  39. alt-ergo-plugin-ab-why3 < "2.6.0"
  40. altgr-ergo >= "2.3.0"
  41. ambient-context
  42. ambient-context-eio
  43. ambient-context-lwt
  44. amqp-client >= "2.0.3"
  45. amqp-client-async
  46. amqp-client-lwt
  47. ancient >= "0.10.0"
  48. anders
  49. angstrom >= "0.11.1"
  50. angstrom-async >= "0.11.1"
  51. angstrom-lwt-unix >= "0.11.1"
  52. angstrom-unix >= "0.11.1"
  53. ansi
  54. ansi-parse
  55. anthill
  56. antic < "0.3.2"
  57. ao >= "0.2.2"
  58. api-watch
  59. apronext
  60. arb < "0.3.2"
  61. archetype
  62. archi
  63. archi-async
  64. archi-lwt
  65. arg-complete
  66. argon2
  67. arp
  68. art
  69. asai
  70. asak
  71. ask
  72. ask-integrator
  73. asli >= "0.2.0"
  74. asn1-combinators >= "0.2.5"
  75. ast_generic
  76. async < "v0.17.0"
  77. async-uri < "0.4.0"
  78. async_durable < "v0.17.0"
  79. async_extra < "v0.17.0"
  80. async_find < "v0.17.0"
  81. async_graphics
  82. async_inotify < "v0.17.0"
  83. async_interactive < "v0.17.0"
  84. async_js < "v0.17.0"
  85. async_kernel < "v0.17.0"
  86. async_rpc_kernel < "v0.17.0"
  87. async_rpc_websocket < "v0.17.0"
  88. async_sendfile < "v0.17.0"
  89. async_shell < "v0.17.0"
  90. async_smtp < "v0.17.0"
  91. async_ssl < "v0.17.0"
  92. async_udp < "v0.17.0"
  93. async_unix < "v0.17.0"
  94. async_websocket < "v0.17.0"
  95. atable
  96. atd >= "2.2.1"
  97. atdcpp
  98. atdd
  99. atdgen >= "2.2.1"
  100. atdgen-codec-runtime
  101. atdgen-runtime >= "2.2.1"
  102. atdj >= "2.2.1"
  103. atdpy
  104. atds
  105. atdts
  106. atomic < "base"
  107. autofonce
  108. autofonce_config
  109. autofonce_core
  110. autofonce_lib
  111. autofonce_m4
  112. autofonce_misc
  113. autofonce_patch
  114. autofonce_share
  115. avro
  116. avro-compiler
  117. awa
  118. awa-mirage
  119. aws >= "1.2"
  120. aws-async
  121. aws-autoscaling >= "1.2"
  122. aws-cloudformation >= "1.2"
  123. aws-cloudtrail >= "1.2"
  124. aws-cloudwatch
  125. aws-config
  126. aws-ec2 >= "1.2"
  127. aws-elasticache
  128. aws-elasticloadbalancing >= "1.2"
  129. aws-lwt
  130. aws-rds
  131. aws-route53
  132. aws-s3
  133. aws-s3-async
  134. aws-s3-lwt
  135. aws-sdb >= "1.2"
  136. aws-sqs
  137. aws-ssm >= "1.2"
  138. aws-sts >= "1.2"
  139. awsm
  140. awsm-async
  141. awsm-codegen
  142. awsm-lwt
  143. azblob
  144. azblob-async
  145. azure-cosmos-db
  146. babel < "v0.17.0"
  147. backoff
  148. bag
  149. baguette_sharp
  150. bare_encoding
  151. bark
  152. base < "v0.17.0"
  153. base32
  154. base64 >= "2.3.0"
  155. base_bigstring < "v0.17.0"
  156. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  157. base_trie < "v0.17.0"
  158. bastet
  159. bastet_async
  160. bastet_lwt
  161. batch_jaro_winkler
  162. batsat
  163. batteries >= "3.7.1"
  164. bdd >= "0.5"
  165. bddrand
  166. bech32
  167. bechamel
  168. bechamel-js
  169. bechamel-notty
  170. bechamel-perf
  171. beluga = "1.0"
  172. benchmark >= "1.6"
  173. benchpress
  174. benchpress-server
  175. bencode >= "2.0"
  176. bentov
  177. bestline
  178. bheap >= "2.0.0"
  179. bibfmt
  180. bidirectional_map < "v0.17.0"
  181. bigarray-compat
  182. bigarray-overlap
  183. bigdecimal < "v0.17.0"
  184. bignum < "v0.17.0"
  185. bigstring >= "0.3"
  186. bigstring-unix
  187. bigstringaf >= "0.5.0"
  188. bimage
  189. bimage-display
  190. bimage-gtk
  191. bimage-io
  192. bimage-lwt
  193. bimage-sdl
  194. bimage-unix
  195. bimap
  196. bin
  197. bin_prot < "v0.17.0"
  198. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  199. binaryen_dsl
  200. bindlib >= "6.0.0"
  201. biniou >= "1.2.1"
  202. binning
  203. binsec
  204. bio_io
  205. biocaml
  206. biotk
  207. bisect_ppx >= "1.4.0"
  208. bistro
  209. bistro-bio
  210. bitcoin >= "3.0"
  211. bitcoin-cohttp-async
  212. bitcoin-cohttp-lwt
  213. bitcoin-ocurl
  214. bitcoinml
  215. bitlib
  216. bitmasks
  217. bitpack_serializer
  218. bitstring >= "3.1.1" & < "5.0.2"
  219. bitv >= "1.4"
  220. bitwuzla
  221. bitwuzla-bin < "1.0.0"
  222. bitwuzla-c
  223. bjack >= "0.1.6"
  224. blake3
  225. bloomf
  226. bls12-381 < "19.0"
  227. bls12-381-gen
  228. bls12-381-hash
  229. bls12-381-js
  230. bls12-381-js-gen
  231. bls12-381-legacy
  232. bls12-381-signature
  233. bls12-381-unix
  234. blurhash
  235. bnfgen
  236. bogue
  237. bogue-tutorials
  238. boltzgen < "0.9.5"
  239. bonsai < "v0.17.0"
  240. boulangerie
  241. box
  242. brr-lwd
  243. bson2
  244. bst >= "7.0.1"
  245. bstr
  246. buffer-pool
  247. build_path_prefix_map >= "0.3"
  248. builder
  249. builder-web
  250. bun >= "0.3.4"
  251. bwd
  252. bwrap
  253. bytearray >= "1.0.1"
  254. bytebuffer
  255. bytepdf
  256. bz2
  257. ca-certs
  258. ca-certs-nss
  259. cachet
  260. cachet-lwt
  261. cachet-solo5
  262. cactus
  263. cairn
  264. cairo2 >= "0.6"
  265. cairo2-gtk
  266. cairo2-pango
  267. caisar < "0.2.1"
  268. caisar-ir
  269. caisar-nnet
  270. caisar-onnx
  271. caisar-ovo
  272. caisar-xgboost
  273. calcium < "0.3.2"
  274. calculon >= "0.4"
  275. calculon-redis
  276. calculon-redis-lib
  277. calculon-web
  278. calendar >= "3.0.0"
  279. calendars
  280. calipso
  281. calli
  282. callipyge >= "0.2"
  283. camelot
  284. camels
  285. camelsnakekebab
  286. camlimages >= "5.0.2"
  287. camlix
  288. camlon >= "3.1.0"
  289. camlp-streams
  290. camlrack
  291. camltc >= "0.9.8"
  292. camomile >= "1.0.2"
  293. camyll
  294. canary
  295. capnp >= "3.5.0"
  296. capnp-rpc < "2.1"
  297. capnp-rpc-lwt < "2.0"
  298. capnp-rpc-net < "2.1"
  299. capnp-rpc-unix < "2.1"
  300. caqti >= "1.0.0" & < "2.1.1"
  301. caqti-async >= "1.0.0" & < "2.1.1"
  302. caqti-driver-mariadb < "2.1.1"
  303. caqti-driver-pgx < "2.1.1"
  304. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  305. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  306. caqti-dynload >= "1.0.0"
  307. caqti-eio < "2.1.1"
  308. caqti-lwt >= "1.0.0" & < "2.1.1"
  309. caqti-mirage < "2.1.1"
  310. caqti-type-calendar >= "1.0.0"
  311. carbon < "0.2.0"
  312. carray
  313. carton < "1.0.0"
  314. carton-git
  315. carton-lwt < "1.0.0"
  316. catala < "0.9.0"
  317. catala-format >= "0.2.0"
  318. catala-lsp
  319. catapult
  320. catapult-client
  321. catapult-daemon
  322. catapult-file
  323. catapult-sqlite
  324. cbor >= "0.3"
  325. cborl
  326. ccbg
  327. cconv >= "0.5"
  328. cconv-ppx
  329. cdb
  330. cdrom >= "0.9.4"
  331. ceph
  332. certify >= "0.3.0"
  333. cf
  334. cf-lwt
  335. cfg >= "2.2.0"
  336. cfml
  337. cfstream >= "1.3.1"
  338. chacha
  339. chamelon
  340. chamelon-unix
  341. chamo
  342. charInfo_width
  343. charrua
  344. charrua-client
  345. charrua-server
  346. charrua-unix
  347. charset
  348. chartjs
  349. chartjs-annotation
  350. chartjs-colorschemes
  351. chartjs-datalabels
  352. chartjs-streaming
  353. chase
  354. checkseum = "0.0.3" | >= "0.2.1"
  355. choice >= "0.4"
  356. cid
  357. cinaps >= "v0.12.0"
  358. clangml >= "4.0.0"
  359. clangml-transforms
  360. clap >= "0.2.0"
  361. clarity-lang
  362. class_group_vdf
  363. clim
  364. clim-ppx
  365. climate
  366. clp_operations
  367. clz
  368. cmarker
  369. cmdliner-stdlib
  370. cmon
  371. codept
  372. codept-lib
  373. cohttp >= "1.1.1" & < "6.0.0"
  374. cohttp-async < "6.0.0"
  375. cohttp-curl < "6.1.0"
  376. cohttp-curl-async < "6.1.0"
  377. cohttp-eio < "6.0.0"
  378. cohttp-lwt < "6.0.0"
  379. cohttp-lwt-jsoo < "6.1.0"
  380. cohttp-lwt-unix < "6.0.0"
  381. cohttp_async_websocket < "v0.17.0"
  382. cohttp_static_handler < "v0.17.0"
  383. coin >= "0.1.1"
  384. colibri2
  385. colibrics
  386. colibrilib
  387. colombe
  388. color >= "0.2.0"
  389. color-brewery
  390. combinat
  391. comby
  392. comby-kernel
  393. comby-semantic
  394. command_rpc < "v0.17.0"
  395. commons
  396. conan
  397. conan-cli
  398. conan-database
  399. conan-lwt
  400. conan-unix
  401. conduit
  402. conduit-async
  403. conduit-lwt
  404. conduit-lwt-unix
  405. conduit-mirage
  406. conex >= "0.10.0"
  407. conex-mirage-crypto
  408. confero
  409. config-file = "1.2.1"
  410. conformist
  411. containers
  412. containers-data
  413. containers-thread
  414. content_security_policy < "v0.17.0"
  415. cookie
  416. cookies
  417. coq >= "8.14.0" & < "9.0.0"
  418. coq-core < "9.0.0"
  419. coq-lsp != "0.2.3+9.0" & < "0.2.4+9.0"
  420. coq-of-ocaml >= "2.4.1"
  421. coq-serapi >= "8.9.0+0.6.0"
  422. coq-stdlib < "9.0.0"
  423. coq-waterproof < "3.0.0+8.17"
  424. coqide >= "8.14.0"
  425. coqide-server < "9.0.0"
  426. core < "v0.17.0"
  427. core-and-more
  428. core_bench < "v0.17.0"
  429. core_compat
  430. core_extended < "v0.17.0"
  431. core_kernel >= "v0.12.3" & < "v0.17.0"
  432. core_profiler < "v0.17.0"
  433. core_unix < "v0.17.0"
  434. cosovo
  435. cow >= "2.4.0"
  436. cowabloga >= "0.5.0"
  437. cpm >= "12.1.2"
  438. cppo >= "1.6.6"
  439. cppo_ocamlbuild >= "1.6.6"
  440. cps_toolbox
  441. cpu
  442. cpuid >= "0.1.2"
  443. crc >= "2.1.0"
  444. crlibm >= "0.3"
  445. crontab
  446. crowbar >= "0.2"
  447. crunch
  448. cry >= "0.6.5"
  449. crypt >= "2.0"
  450. cryptokit >= "1.16.1"
  451. csexp
  452. css
  453. css-parser
  454. cstruct
  455. cstruct-async
  456. cstruct-lwt
  457. cstruct-sexp
  458. cstruct-unix
  459. csv >= "2.2"
  460. csv-lwt >= "2.1"
  461. csvfields < "v0.17.0"
  462. csvtool
  463. ctoxml
  464. ctypes >= "0.21.1" & < "0.24.0"
  465. ctypes-foreign >= "0.21.1" & < "0.24.0"
  466. ctypes-zarith
  467. ctypes_stubs_js
  468. cucumber
  469. cudd < "0.1.3"
  470. cudf >= "0.10"
  471. cue_sheet_maker
  472. cuid >= "0.2"
  473. cumulus
  474. curl
  475. curl_lwt
  476. curly >= "0.2.0"
  477. current
  478. current-albatross-deployer
  479. current-web-pipelines
  480. current_ansi
  481. current_docker
  482. current_examples
  483. current_git
  484. current_github
  485. current_gitlab
  486. current_incr
  487. current_ocluster < "0.3.0"
  488. current_rpc
  489. current_slack
  490. current_ssh
  491. current_web
  492. curses >= "1.0.9"
  493. curve-sampling
  494. cviode
  495. daft >= "0.0.4"
  496. dap
  497. data-encoding
  498. dataframe
  499. datakit-server >= "0.12.2"
  500. datakit-server-9p >= "0.12.2"
  501. datalog >= "0.6"
  502. dates_calc < "0.0.7"
  503. daypack-lib
  504. dbf != "0.1.1"
  505. dblp
  506. dblp-api
  507. debian-formats >= "0.1.2"
  508. decimal
  509. decoders >= "0.1.2"
  510. decoders-bencode
  511. decoders-cbor
  512. decoders-ezjsonm >= "0.1.2"
  513. decoders-ezxmlm
  514. decoders-jsonaf
  515. decoders-jsonm
  516. decoders-msgpck
  517. decoders-sexplib
  518. decoders-yojson >= "0.1.2"
  519. decompress >= "0.8.1"
  520. dedent < "v0.17.0"
  521. dedukti >= "2.7"
  522. delimited_parsing < "v0.17.0"
  523. depyt
  524. devkit >= "1.0"
  525. diet >= "0.2"
  526. diffable
  527. digestif >= "0.9.0"
  528. directories
  529. dirsift
  530. dirsp-exchange
  531. dirsp-exchange-kbb2017
  532. dirsp-proscript
  533. dirsp-proscript-mirage
  534. dirsp-ps2ocaml
  535. diskuvbox
  536. disml
  537. dispatch >= "0.4.1"
  538. dispatch-js
  539. distributed >= "0.6.0"
  540. distributed-lwt >= "0.2.0"
  541. distributed-uwt >= "0.2.0"
  542. dkim
  543. dkim-bin
  544. dkim-lwt-unix
  545. dkim-mirage
  546. dkml-c-probe
  547. dkml-component-offline-ocamlrun
  548. dkml-component-offline-opam
  549. dkml-component-staging-ocamlrun
  550. dkml-component-staging-opam32
  551. dkml-component-staging-opam64
  552. dkml-dune-dsl
  553. dkml-dune-dsl-show
  554. dkml-install
  555. dkml-install-installer
  556. dkml-install-runner
  557. dkml-option-vcpkg
  558. dkml-package-console
  559. dkml-runtime-common >= "2.0.3"
  560. dkml-runtime-distribution
  561. dkml-workflows
  562. dlm >= "0.3.1"
  563. dmap
  564. dns
  565. dns-certify
  566. dns-cli
  567. dns-client
  568. dns-client-lwt
  569. dns-client-miou-unix
  570. dns-client-mirage
  571. dns-lwt
  572. dns-mirage
  573. dns-resolver
  574. dns-server
  575. dns-stub
  576. dns-tsig
  577. dnssec
  578. docfd
  579. docker-api >= "0.2"
  580. docker_hub
  581. dockerfile
  582. dockerfile-cmd
  583. dockerfile-opam >= "8.2.7"
  584. docteur
  585. docteur-solo5
  586. docteur-unix
  587. doculib
  588. doi2bib
  589. dokeysto >= "3.0.2"
  590. dokeysto_camltc >= "3.0.2"
  591. dokeysto_lz4 >= "3.0.2"
  592. dolmen >= "0.4.1"
  593. dolmen_bin
  594. dolmen_loop
  595. dolmen_lsp
  596. dolmen_model
  597. dolmen_type
  598. dolog >= "4.0.0"
  599. domain-local-await < "1.0.1"
  600. domain-local-timeout
  601. domain-name
  602. domain_shims
  603. domainslib
  604. dose3 >= "6.1"
  605. dose3-extra
  606. dot-merlin-reader
  607. dotenv
  608. dream
  609. dream-accept
  610. dream-cli
  611. dream-encoding
  612. dream-html
  613. dream-htmx
  614. dream-httpaf
  615. dream-livereload
  616. dream-pure
  617. dream-serve
  618. dream_middleware_ext
  619. drom >= "0.3.0"
  620. drom_lib >= "0.3.0"
  621. drom_toml
  622. dropbox
  623. dropbox_lwt_unix
  624. dscheck < "0.4.0"
  625. dssi >= "0.1.3"
  626. dtc-pb
  627. dtoa >= "0.3.2"
  628. dtools >= "0.4.2"
  629. dual
  630. duff >= "0.2"
  631. dum >= "1.0.3"
  632. dump_ocamlformat
  633. dune-build-info < "3.15.3"
  634. dune-cargo-build
  635. dune-compiledb
  636. dune-configurator >= "2.5.1" & < "3.15.3"
  637. dune-deps
  638. dune-expand
  639. dune-private-libs < "3.15.3"
  640. dune-release >= "1.0.0" & < "2.0.0"
  641. duppy >= "0.9.0"
  642. duration
  643. dyn < "3.15.3"
  644. dypgen
  645. earley >= "3.0.0"
  646. earlybird < "1.3.4"
  647. easy-format >= "1.3.2"
  648. easy_logging
  649. easy_logging_yojson
  650. ecaml < "v0.17.0"
  651. edn
  652. ego
  653. eigen >= "0.1.0"
  654. eio < "0.9"
  655. eio-ssl
  656. eio_linux < "0.9"
  657. either
  658. elasticsearch-cli >= "0.5"
  659. electrod
  660. eliom >= "10.1.2"
  661. elm_core
  662. elm_playground
  663. elm_playground_native
  664. elm_playground_web
  665. elm_system
  666. elpi
  667. email_message < "v0.17.0"
  668. embedded_ocaml_templates
  669. emile >= "0.4"
  670. emoji >= "2.0.0"
  671. encore >= "0.4"
  672. env_config < "v0.17.0"
  673. epictetus
  674. eqaf >= "0.2"
  675. eqaf-cstruct
  676. equinoxe
  677. equinoxe-cohttp
  678. equinoxe-hlc
  679. erlang
  680. errpy
  681. erssical
  682. esa
  683. esgg
  684. esperanto-cosmopolitan >= "0.0.5"
  685. ethernet
  686. euler
  687. exenum >= "0.86"
  688. exit
  689. expect >= "0.1.0"
  690. expect_test_helpers
  691. expect_test_helpers_async < "v0.17.0"
  692. expect_test_helpers_core < "v0.17.0"
  693. expect_test_helpers_kernel
  694. expr
  695. extism
  696. extism-manifest
  697. extlib >= "1.7.9"
  698. extunix >= "0.3.1"
  699. ez_api
  700. ez_cmdliner >= "0.2.0"
  701. ez_config >= "0.2.0"
  702. ez_file >= "0.3.0"
  703. ez_hash
  704. ez_pgocaml
  705. ez_search
  706. ez_subst
  707. ezcurl
  708. ezcurl-lwt
  709. ezdl
  710. ezgzip >= "0.2.3"
  711. ezjs_ace
  712. ezjs_blockies
  713. ezjs_cleave
  714. ezjs_crypto
  715. ezjs_cytoscape
  716. ezjs_d3pie
  717. ezjs_extension
  718. ezjs_fetch
  719. ezjs_idb
  720. ezjs_jquery
  721. ezjs_min
  722. ezjs_odometer
  723. ezjs_push
  724. ezjs_qrcode
  725. ezjs_recaptcha
  726. ezjs_timeline
  727. ezjsonm >= "1.0.0"
  728. ezjsonm-encoding
  729. ezjsonm-lwt
  730. ezresto
  731. ezresto-directory
  732. ezsqlite >= "0.4.2"
  733. ezxmlm >= "1.1.0"
  734. FPauth
  735. FPauth-core
  736. FPauth-responses
  737. FPauth-strategies
  738. FrontC >= "4.0.0"
  739. faad >= "0.5.0"
  740. facteur
  741. fadbadml >= "0.1.2"
  742. faraday >= "0.7.1"
  743. faraday-async >= "0.7.1"
  744. faraday-lwt >= "0.7.1"
  745. faraday-lwt-unix >= "0.7.1"
  746. farith
  747. farmhash >= "0.4"
  748. fasmifra
  749. fat-filesystem >= "0.13.0"
  750. fd-send-recv >= "2.0.1"
  751. fdkaac >= "0.3.2"
  752. feat
  753. feat-core
  754. feat-num
  755. feather
  756. feather_async
  757. ff
  758. ff-bench
  759. ff-pbt
  760. ff-sig
  761. ffmpeg >= "1.0.0~beta1" & < "1.2.7"
  762. ffmpeg-av < "1.2.7"
  763. ffmpeg-avcodec < "1.2.7"
  764. ffmpeg-avdevice < "1.2.7"
  765. ffmpeg-avfilter < "1.2.7"
  766. ffmpeg-avutil < "1.2.7"
  767. ffmpeg-swresample < "1.2.7"
  768. ffmpeg-swscale < "1.2.7"
  769. fftw3 >= "0.8.2"
  770. fiat-p256
  771. fiber
  772. fiber-lwt
  773. fieldslib >= "v0.12.0" & < "v0.17.0"
  774. file_path < "v0.17.0"
  775. fileutils >= "0.6.1"
  776. finch
  777. fit < "1.3.2"
  778. fix >= "20181206"
  779. flac
  780. flatunionfind
  781. flex-array
  782. flint < "0.3.2"
  783. flow_parser >= "0.229.1"
  784. fluxt
  785. fmlib
  786. fmlib_browser
  787. fmlib_js
  788. fmlib_parse
  789. fmlib_pretty
  790. fmlib_std
  791. fontforge-of-ocaml
  792. frama-c >= "26.0~beta" & < "28.0~beta"
  793. frama-c-metacsl >= "0.4" & < "0.7"
  794. frama-clang < "0.0.16"
  795. fred
  796. freetds >= "0.7"
  797. frei0r >= "0.1.2"
  798. frenetic
  799. fromager
  800. fsevents
  801. fsevents-lwt
  802. fsml
  803. fswatch
  804. fswatch_async
  805. fswatch_lwt
  806. fun-postgresql
  807. fun-sql
  808. fun-sqlite
  809. functoria
  810. functoria-runtime
  811. fuseau
  812. fuseau-lwt
  813. fuzzy_compare
  814. fuzzy_match < "v0.17.0"
  815. fzf < "v0.17.0"
  816. General
  817. GT < "0.5.4"
  818. gapi-ocaml
  819. gbddml
  820. gd >= "1.1"
  821. gdbprofiler >= "0.4"
  822. gemini >= "0.3.0"
  823. gen >= "0.5.2"
  824. gen_js_api
  825. gendarme
  826. gendarme-json
  827. gendarme-toml
  828. gendarme-yaml
  829. genprint
  830. genspio >= "0.0.3"
  831. genspir >= "1.0.1"
  832. geojson
  833. geojsone
  834. geoml
  835. get_line >= "7.0.0"
  836. getopt >= "20230213"
  837. gettext >= "0.4.1" & < "0.5.0"
  838. gettext-camomile < "0.5.0"
  839. gettext-stub < "0.5.0"
  840. git
  841. git-cohttp
  842. git-cohttp-unix
  843. git-http
  844. git-kv
  845. git-mirage
  846. git-net
  847. git-paf
  848. git-unix
  849. github >= "4.0.0"
  850. github-data
  851. github-hooks
  852. github-hooks-unix >= "0.5.0"
  853. github-jsoo >= "4.1.0"
  854. github-unix >= "4.0.0"
  855. gitlab
  856. gitlab-jsoo
  857. gitlab-unix
  858. gitlab_pipeline_notifier
  859. glfw-ocaml
  860. globlon
  861. gluten
  862. gluten-async
  863. gluten-eio
  864. gluten-lwt
  865. gluten-lwt-unix
  866. gluten-mirage
  867. gmap
  868. gmp
  869. gnuplot >= "0.6"
  870. gobba
  871. gobject-introspection
  872. goblint < "2.3.0"
  873. goblint-cil >= "1.8.0"
  874. google-drive-ocamlfuse
  875. gopcaml-mode >= "0.0.2"
  876. gopcaml-mode-merlin
  877. gospel
  878. gotd
  879. gperftools >= "0.4"
  880. gpiod
  881. gpr >= "1.4.0"
  882. gr
  883. grace
  884. gradescope_submit
  885. grain_dypgen >= "0.2.1"
  886. graphics >= "5.0.0"
  887. graphql >= "0.8.0"
  888. graphql-async >= "0.8.0"
  889. graphql-cohttp >= "0.9.0"
  890. graphql-lwt >= "0.8.0"
  891. graphql_parser >= "0.9.0"
  892. graphql_ppx
  893. graphv
  894. graphv_core
  895. graphv_core_lib
  896. graphv_font
  897. graphv_font_js
  898. graphv_font_stb_truetype
  899. graphv_gles2
  900. graphv_gles2_native
  901. graphv_gles2_native_impl
  902. graphv_webgl
  903. graphv_webgl_impl
  904. gremlin
  905. grenier >= "0.8"
  906. grid
  907. grpc < "0.2.0"
  908. grpc-async < "0.2.0"
  909. grpc-lwt < "0.2.0"
  910. gsl >= "1.24.0"
  911. gstreamer >= "0.3.1"
  912. guardian
  913. guile
  914. h1
  915. h1-lwt-unix
  916. h1_parser
  917. h2
  918. h2-async
  919. h2-eio
  920. h2-lwt
  921. h2-lwt-unix
  922. h2-mirage
  923. hack_parallel >= "1.0.0"
  924. hacl-star
  925. hacl-star-raw >= "0.5.0"
  926. hacl_func
  927. hacl_x25519
  928. happy-eyeballs
  929. happy-eyeballs-lwt
  930. happy-eyeballs-miou-unix
  931. happy-eyeballs-mirage
  932. hardcaml < "v0.17.0"
  933. hardcaml_axi < "v0.17.0"
  934. hardcaml_c < "v0.17.0"
  935. hardcaml_circuits < "v0.17.0"
  936. hardcaml_fixed_point < "v0.17.0"
  937. hardcaml_handshake < "v0.17.0"
  938. hardcaml_of_verilog < "v0.17.0"
  939. hardcaml_step_testbench < "v0.17.0"
  940. hardcaml_verify < "v0.17.0"
  941. hardcaml_verilator < "v0.17.0"
  942. hardcaml_waveterm < "v0.17.0"
  943. hardcaml_xilinx < "v0.17.0"
  944. hardcaml_xilinx_components < "v0.17.0"
  945. hardcaml_xilinx_reports < "v0.17.0"
  946. hashcons >= "1.4.0"
  947. hashids >= "1.0.1"
  948. hashset >= "1.0.1"
  949. haxe >= "4.1.1"
  950. hc
  951. hdf5 >= "0.1.5"
  952. headache
  953. header-check
  954. herdtools7 >= "7.55"
  955. hex >= "1.3.0"
  956. hex_encode < "v0.17.0"
  957. hexstring
  958. hg_lib < "v0.17.0"
  959. hidapi >= "1.1"
  960. hidapi-lwt
  961. higher_kinded < "v0.17.0"
  962. higlo >= "0.8"
  963. hilite < "0.5.0"
  964. hkdf
  965. hl_yaml
  966. hockmd
  967. horned_worm
  968. hpack
  969. htmlfromtexbooks
  970. hts_shrink >= "2.1.2"
  971. http < "6.0.0"
  972. http-cookie
  973. http-date
  974. http-lwt-client
  975. http-mirage-client
  976. http-multipart-formdata
  977. http_async
  978. httpaf >= "0.6.0"
  979. httpaf-async >= "0.6.0"
  980. httpaf-lwt-unix
  981. httpaf_caged
  982. httpcats
  983. httph
  984. httpun
  985. httpun-async
  986. httpun-eio
  987. httpun-lwt
  988. httpun-lwt-unix
  989. httpun-mirage
  990. httpun-types
  991. httpun-ws
  992. httpun-ws-async
  993. httpun-ws-eio
  994. httpun-ws-lwt
  995. httpun-ws-lwt-unix
  996. httpun-ws-mirage
  997. huffman
  998. hurl
  999. hvsock >= "2.0.0"
  1000. hxd
  1001. hyper
  1002. ISO3166
  1003. ISO8601 >= "0.2.6"
  1004. i3ipc
  1005. icalendar
  1006. idd
  1007. idds
  1008. imagelib
  1009. incr_dom < "v0.17.0"
  1010. incr_dom_interactive < "v0.17.0"
  1011. incr_dom_keyboard
  1012. incr_dom_partial_render < "v0.17.0"
  1013. incr_dom_sexp_form < "v0.17.0"
  1014. incr_dom_widgets
  1015. incr_map < "v0.17.0"
  1016. incr_select < "v0.17.0"
  1017. incremental < "v0.17.0"
  1018. incremental_cycles
  1019. indentation_buffer < "v0.17.0"
  1020. index
  1021. index-bench
  1022. inferno >= "20190924"
  1023. influxdb
  1024. influxdb-async
  1025. influxdb-lwt
  1026. inotify >= "2.4" & < "2.6"
  1027. inquire
  1028. int_repr < "v0.17.0"
  1029. integers >= "0.3.0"
  1030. integers_stubs_js
  1031. integration1d >= "0.5.1"
  1032. interface-prime
  1033. interface-prime-lwt
  1034. interval >= "1.5" & < "1.6"
  1035. interval-map
  1036. interval_base
  1037. interval_crlibm
  1038. interval_intel
  1039. io-page
  1040. io-page-unix
  1041. iomux < "0.4"
  1042. iostream
  1043. iostream-camlzip
  1044. ip2location
  1045. ip2locationio
  1046. ip2proxy
  1047. ip2whois
  1048. ipaddr >= "2.9.0"
  1049. ipaddr-cstruct
  1050. ipaddr-sexp
  1051. irc-client >= "0.6.2"
  1052. irc-client-lwt >= "0.6.2"
  1053. irc-client-lwt-ssl
  1054. irc-client-tls >= "0.6.2"
  1055. irc-client-unix >= "0.6.2"
  1056. iri >= "0.6.0" & < "1.1.0"
  1057. irmin
  1058. irmin-bench
  1059. irmin-chunk
  1060. irmin-cli
  1061. irmin-client
  1062. irmin-containers
  1063. irmin-fs
  1064. irmin-git
  1065. irmin-graphql
  1066. irmin-http
  1067. irmin-indexeddb
  1068. irmin-layers
  1069. irmin-mirage
  1070. irmin-mirage-git
  1071. irmin-mirage-graphql
  1072. irmin-pack
  1073. irmin-pack-tools
  1074. irmin-server
  1075. irmin-test
  1076. irmin-tezos
  1077. irmin-unix
  1078. irmin-watcher
  1079. iso639
  1080. iter >= "1.4"
  1081. itv-tree >= "2.2"
  1082. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1083. jane_rope < "v0.17.0"
  1084. janestreet_cpuid < "v0.17.0"
  1085. janestreet_csv < "v0.17.0"
  1086. janestreet_lru_cache < "v0.17.0"
  1087. jasmin >= "2023.06.0" & < "2025.06.0"
  1088. jekyll-format >= "0.2.0"
  1089. jemalloc >= "0.2"
  1090. jext
  1091. jhupllib >= "0.2.1"
  1092. jingoo >= "1.3.0"
  1093. jose
  1094. js_of_ocaml < "5.1.0"
  1095. js_of_ocaml-compiler < "5.1.0"
  1096. js_of_ocaml-lwt < "5.1.0"
  1097. js_of_ocaml-ocamlbuild >= "3.5.0"
  1098. js_of_ocaml-ppx < "5.1.0"
  1099. js_of_ocaml-ppx_deriving_json < "5.1.0"
  1100. js_of_ocaml-toplevel < "5.1.0"
  1101. js_of_ocaml-tyxml < "5.1.0"
  1102. js_of_ocaml-webgpu
  1103. js_of_ocaml-webidl
  1104. js_of_ocaml_patches < "v0.17.0"
  1105. json-data-encoding
  1106. json-data-encoding-browser
  1107. json-data-encoding-bson
  1108. json_decoder
  1109. jsonaf < "v0.17.0"
  1110. jsonoo
  1111. jsonrpc
  1112. jsonschema2atd
  1113. jsonxt
  1114. jsoo-react
  1115. jsoo_broadcastchannel
  1116. jsoo_storage
  1117. jst-config < "v0.17.0"
  1118. junit >= "2.0.1"
  1119. junit_alcotest >= "2.0.1"
  1120. junit_ounit >= "2.0.1"
  1121. jupyter
  1122. jupyter-archimedes
  1123. jupyter-kernel
  1124. jwto
  1125. kafka >= "0.5"
  1126. kafka_async
  1127. kafka_lwt
  1128. kappa-agents
  1129. kappa-binaries
  1130. kappa-library
  1131. kappa-server
  1132. kcas < "0.7.0"
  1133. kcas_data < "0.7.0"
  1134. kdf
  1135. kdl
  1136. ke
  1137. key-parsers >= "0.10.1"
  1138. kicadsch >= "0.4.0"
  1139. kind2
  1140. kinetic-client >= "0.0.11"
  1141. kittyimg
  1142. kkmarkdown
  1143. kmt
  1144. knights_tour
  1145. kqueue
  1146. krb
  1147. lab
  1148. lablgtk3 >= "3.0.beta4"
  1149. lablgtk3-extras >= "3.0.1"
  1150. lablgtk3-goocanvas2
  1151. lablgtk3-gtkspell3
  1152. lablgtk3-rsvg2
  1153. lablgtk3-sourceview3
  1154. lablqml
  1155. labrys
  1156. lacaml >= "11.0.2"
  1157. ladspa >= "0.2.0"
  1158. lambda
  1159. lambda-runtime
  1160. lambda-term >= "2.0"
  1161. lambda_streams
  1162. lambda_streams_async
  1163. lambda_streams_lwt
  1164. lambdapi < "2.3.1"
  1165. lambdasoup >= "0.6.4"
  1166. lame >= "0.3.4"
  1167. landmarks = "1.4"
  1168. landmarks-ppx < "1.5"
  1169. lascar >= "0.6-alpha"
  1170. lastfm >= "0.3.3"
  1171. launchd >= "1.3"
  1172. lazy-trie
  1173. lbfgs >= "0.9.1"
  1174. lbvs_consent >= "2.1.0"
  1175. ldap >= "2.4.1"
  1176. ldp < "0.5.0"
  1177. ldp_curl < "0.5.0"
  1178. ldp_js < "0.5.0"
  1179. ldp_tls < "0.5.0"
  1180. leaflet
  1181. learn-ocaml
  1182. learn-ocaml-client
  1183. ledgerwallet
  1184. ledgerwallet-tezos
  1185. lens >= "1.2.3"
  1186. letsencrypt
  1187. letsencrypt-app
  1188. letsencrypt-dns
  1189. letsencrypt-mirage
  1190. letters
  1191. leveldb >= "1.3.0"
  1192. lib_parsing
  1193. libabsolute
  1194. libbinaryen < "105.1.0" | >= "107.0.1"
  1195. libirmin
  1196. libsail < "0.20"
  1197. libsvm >= "0.10.0"
  1198. libzipperposition
  1199. lilac
  1200. lilv
  1201. line-up-words < "v0.17.0"
  1202. line_oriented
  1203. linenoise >= "1.2.0"
  1204. links
  1205. links-mysql
  1206. links-postgresql
  1207. links-sqlite3
  1208. linol
  1209. linol-eio
  1210. linol-lwt
  1211. lintcstubs
  1212. lintcstubs-arity
  1213. lintcstubs-gen
  1214. linwrap
  1215. liquid_interpreter
  1216. liquid_ml
  1217. liquid_parser
  1218. liquid_std
  1219. liquid_syntax
  1220. liquidsoap-core
  1221. liquidsoap-lang < "2.3.3"
  1222. liquidsoap-libs
  1223. liquidsoap-libs-extra
  1224. little_logger
  1225. llama
  1226. llama-cpp-ocaml
  1227. llama_core
  1228. llama_interactive
  1229. llama_midi
  1230. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1231. lmdb >= "1.0"
  1232. lo >= "0.2.0"
  1233. lockfree
  1234. loga
  1235. logical
  1236. logs-async < "1.3"
  1237. logs-async-reporter < "1.3"
  1238. logs-ppx
  1239. logs-syslog
  1240. logtk
  1241. lp
  1242. lp-glpk
  1243. lp-glpk-js
  1244. lp-gurobi
  1245. lp-highs
  1246. lpd
  1247. lreplay < "0.1.1"
  1248. lru >= "0.3.0"
  1249. lru_cache
  1250. lsp
  1251. lt-code
  1252. lua-ml >= "0.9.3"
  1253. lua_parser
  1254. lucid
  1255. lun
  1256. lustre-v6 >= "6.103.3"
  1257. lutils >= "1.51.2"
  1258. lutin >= "2.71.10"
  1259. luv
  1260. luv_unix
  1261. lwd
  1262. lwt != "5.9.2"
  1263. lwt-canceler >= "0.2"
  1264. lwt-dllist
  1265. lwt-exit
  1266. lwt-parallel
  1267. lwt-watcher >= "0.2"
  1268. lwt_direct
  1269. lwt_domain
  1270. lwt_eio < "0.4"
  1271. lwt_glib >= "1.1.1"
  1272. lwt_log >= "1.1.1"
  1273. lwt_ppx >= "1.2.2" & < "5.9.2"
  1274. lwt_react >= "1.1.2"
  1275. lwt_retry
  1276. lwt_ssl >= "1.1.3"
  1277. lz4 >= "1.2.0"
  1278. lz4_chans >= "3.0.1"
  1279. lzo >= "0.0.3"
  1280. m_tree
  1281. macaddr
  1282. macaddr-cstruct
  1283. macaddr-sexp
  1284. mad >= "0.5.0"
  1285. magic-mime >= "1.1.2"
  1286. magic-trace
  1287. make-random
  1288. malfunction
  1289. man_in_the_middle_debugger < "v0.17.0"
  1290. markdown
  1291. markup >= "0.8.0"
  1292. markup-lwt
  1293. mastodon-archive-viewer >= "0.2"
  1294. matita
  1295. matplotlib
  1296. mbr-format
  1297. mc2
  1298. mccs >= "1.1+10"
  1299. mdx != "1.7.0"
  1300. mec
  1301. mechaml
  1302. mehari
  1303. mehari-eio
  1304. mehari-eio-unix
  1305. mehari-lwt-unix
  1306. mehari-mirage
  1307. mel
  1308. melange < "1.0.0"
  1309. melange-compiler-libs
  1310. meldep
  1311. mem_usage
  1312. memcad
  1313. memfd
  1314. memgraph
  1315. memgraph_kitty
  1316. memo
  1317. memprof-limits
  1318. memtrace
  1319. memtrace-mirage
  1320. memtrace_viewer
  1321. menhir >= "20200123"
  1322. menhirCST
  1323. menhirLib
  1324. menhirSdk
  1325. merge-fmt
  1326. merlin
  1327. merlin-extend
  1328. merlin-lib
  1329. mesh >= "0.9.5"
  1330. mesh-easymesh >= "0.9.5"
  1331. mesh-graphics >= "0.9.5"
  1332. mesh-triangle >= "0.9.5"
  1333. metadata
  1334. metadb
  1335. metapp
  1336. metaquot
  1337. metrics
  1338. metrics-influx
  1339. metrics-lwt
  1340. metrics-rusage
  1341. metrics-unix
  1342. mew
  1343. mew_vi
  1344. middleware
  1345. mimic
  1346. mimic-happy-eyeballs
  1347. mindstorm >= "0.8"
  1348. mindstorm-lwt
  1349. minicaml
  1350. minicli >= "5.0.2"
  1351. minisat >= "0.3"
  1352. miou
  1353. mirage >= "4.0.0"
  1354. mirage-block
  1355. mirage-block-ccm
  1356. mirage-block-combinators
  1357. mirage-block-lwt
  1358. mirage-block-partition
  1359. mirage-block-ramdisk
  1360. mirage-block-solo5
  1361. mirage-block-unikraft
  1362. mirage-block-unix
  1363. mirage-block-xen
  1364. mirage-bootvar
  1365. mirage-channel >= "3.2.0"
  1366. mirage-channel-lwt
  1367. mirage-clock
  1368. mirage-clock-lwt
  1369. mirage-clock-unix
  1370. mirage-conduit
  1371. mirage-console
  1372. mirage-console-lwt
  1373. mirage-crypto
  1374. mirage-crypto-ec
  1375. mirage-crypto-pk
  1376. mirage-crypto-rng
  1377. mirage-crypto-rng-async
  1378. mirage-crypto-rng-eio
  1379. mirage-crypto-rng-lwt
  1380. mirage-crypto-rng-miou-unix
  1381. mirage-crypto-rng-mirage
  1382. mirage-device
  1383. mirage-dns
  1384. mirage-flow
  1385. mirage-flow-combinators
  1386. mirage-flow-lwt
  1387. mirage-flow-unix
  1388. mirage-fs
  1389. mirage-fs-lwt
  1390. mirage-kv >= "2.0.0"
  1391. mirage-kv-lwt >= "2.0.0"
  1392. mirage-kv-mem
  1393. mirage-kv-unix < "3.0.0"
  1394. mirage-logs
  1395. mirage-monitoring
  1396. mirage-mtime
  1397. mirage-nat
  1398. mirage-net
  1399. mirage-net-lwt
  1400. mirage-net-macosx >= "1.5.0"
  1401. mirage-net-solo5
  1402. mirage-net-unikraft
  1403. mirage-net-unix
  1404. mirage-net-xen
  1405. mirage-profile
  1406. mirage-protocols
  1407. mirage-protocols-lwt
  1408. mirage-ptime
  1409. mirage-qubes
  1410. mirage-qubes-ipv4
  1411. mirage-random
  1412. mirage-runtime
  1413. mirage-sleep
  1414. mirage-solo5
  1415. mirage-stack
  1416. mirage-stack-lwt
  1417. mirage-time
  1418. mirage-time-lwt
  1419. mirage-time-unix
  1420. mirage-types >= "3.6.0"
  1421. mirage-types-lwt >= "3.6.0"
  1422. mirage-unix
  1423. mirage-vnetif
  1424. mirage-xen
  1425. mkaudio >= "1.1.0"
  1426. mkocaml
  1427. mlbdd >= "0.7.2"
  1428. mlfenv
  1429. mlmpfr >= "4.0.2+dune"
  1430. mlpost
  1431. mlpost-lablgtk
  1432. mlt_parser < "v0.17.0"
  1433. mm >= "0.7.0" & < "0.8.5"
  1434. mmap
  1435. mmdb
  1436. mmo
  1437. mnd
  1438. mock >= "0.1.1"
  1439. mock-ounit >= "0.1.1"
  1440. module-graph
  1441. molenc >= "5.0.0"
  1442. monaco_jsoo
  1443. monolith < "20241126"
  1444. monomorphic >= "2.0"
  1445. monorobot
  1446. moonpool
  1447. moonpool-io
  1448. moonpool-lwt
  1449. morbig >= "0.10.3"
  1450. morsmall
  1451. moss >= "0.1.1"
  1452. mparser >= "1.3"
  1453. mparser-pcre
  1454. mparser-re
  1455. mperf
  1456. mpg123
  1457. mpp >= "0.3.4"
  1458. mpris
  1459. mpris-clients
  1460. mrmime
  1461. msat >= "0.8"
  1462. msat-bin
  1463. msgpck >= "1.5"
  1464. msgpck-repr
  1465. mssql
  1466. mugen
  1467. mula
  1468. multibase
  1469. multicodec
  1470. multihash
  1471. multihash-digestif
  1472. multipart-form-data >= "0.3.0"
  1473. multipart_form
  1474. multipart_form-cohttp-lwt
  1475. multipart_form-eio
  1476. multipart_form-lwt
  1477. multipart_form-miou
  1478. murmur3 >= "0.3"
  1479. mustache >= "3.1.0"
  1480. mustache-cli
  1481. mutaml
  1482. mutf8
  1483. mwt
  1484. mybuild >= "7"
  1485. mysql8
  1486. mysql_protocol
  1487. n_ary < "v0.17.0"
  1488. naboris
  1489. nacc
  1490. nanoev
  1491. nanoev-picos
  1492. nanoev-posix
  1493. nanoev_tiny_httpd
  1494. nanoid
  1495. nanosvg
  1496. nanosvg_text
  1497. nbd >= "4.0.3"
  1498. nbd-tool
  1499. nbd-unix
  1500. netkat
  1501. netlink >= "0.3.4"
  1502. netsnmp < "v0.17.0"
  1503. nice_parser
  1504. ninja_utils
  1505. niru
  1506. nlopt
  1507. nmea
  1508. noCanren >= "0.3.0~alpha1"
  1509. nocoiner
  1510. node_of_ocaml
  1511. noise
  1512. non_empty_list
  1513. nottui
  1514. nottui-lwt
  1515. nottui-pretty
  1516. nottui-unix
  1517. notty >= "0.2.3"
  1518. notty-community
  1519. notty_async >= "v0.12.0" & < "v0.17.0"
  1520. np
  1521. npy >= "0.0.9"
  1522. nsq
  1523. numeric_string < "v0.17.0"
  1524. nuscr
  1525. OCADml
  1526. OCanren
  1527. OCanren-ppx
  1528. OSCADml
  1529. obeam
  1530. obelisk >= "0.5.0"
  1531. obuilder < "0.6.0"
  1532. obuilder-spec < "0.6.0"
  1533. obus >= "1.2.0"
  1534. ocal >= "0.2.2"
  1535. ocaml-canvas
  1536. ocaml-compiler-libs >= "v0.12.0"
  1537. ocaml-embed-file < "v0.17.0"
  1538. ocaml-in-python
  1539. ocaml-index
  1540. ocaml-lsp-server
  1541. ocaml-lua
  1542. ocaml-migrate-parsetree
  1543. ocaml-migrate-parsetree-ocamlbuild
  1544. ocaml-monadic >= "0.4.1"
  1545. ocaml-print-intf
  1546. ocaml-probes < "v0.17.0"
  1547. ocaml-protoc >= "2.0.1"
  1548. ocaml-protoc-plugin < "6.1.0"
  1549. ocaml-r >= "0.1.1"
  1550. ocaml-syntax-shims
  1551. ocaml-systemd >= "1.3"
  1552. ocaml-top >= "1.2.0"
  1553. ocaml-vdom < "transition"
  1554. ocaml-version >= "3.5.0"
  1555. ocaml_db_model
  1556. ocaml_intrinsics < "v0.17.0"
  1557. ocaml_pgsql_model
  1558. ocaml_plugin
  1559. ocamlapi
  1560. ocamlapi_async
  1561. ocamlapi_lwt_unix
  1562. ocamlapi_ppx
  1563. ocamlcodoc
  1564. ocamldiff >= "1.2"
  1565. ocamlformat >= "0.24.1"
  1566. ocamlformat-lib
  1567. ocamlformat-mlx
  1568. ocamlformat-mlx-lib
  1569. ocamlformat-rpc < "removed"
  1570. ocamlformat-rpc-lib
  1571. ocamlgraph >= "2.0.0"
  1572. ocamlgraph_gtk
  1573. ocamline
  1574. ocamlog
  1575. ocamlregextkit
  1576. ocb
  1577. ocf >= "0.8.0" & < "1.0.0"
  1578. ocf_ppx < "1.0.0"
  1579. ockt
  1580. ocluster != "0.2" & < "0.3.0"
  1581. ocluster-api < "0.3.0"
  1582. ocluster-worker < "0.3.0"
  1583. ocolor
  1584. ocp-browser >= "1.1.9"
  1585. ocp-indent >= "1.7.0" & < "1.9.0"
  1586. ocp-indent-nlfork
  1587. ocp-index >= "1.1.9"
  1588. ocp-search
  1589. ocp_reveal
  1590. ocplib-endian >= "1.1"
  1591. ocplib-json-typed-browser
  1592. ocplib-json-typed-bson
  1593. ocplib-simplex >= "0.5"
  1594. ocplib_stuff >= "0.4.0"
  1595. ocsigen-i18n >= "4.0.0"
  1596. ocsigen-ppx-rpc
  1597. ocsigenserver >= "4.0.1"
  1598. ocsipersist
  1599. ocsipersist-dbm
  1600. ocsipersist-dbm-config
  1601. ocsipersist-lib
  1602. ocsipersist-pgsql
  1603. ocsipersist-pgsql-config
  1604. ocsipersist-sqlite
  1605. ocsipersist-sqlite-config
  1606. octavius >= "1.2.2"
  1607. octez-accuser-Proxford < "19.0"
  1608. octez-accuser-PtLimaPt
  1609. octez-accuser-PtMumbai
  1610. octez-accuser-PtNairob < "19.0"
  1611. octez-alcotezt < "19.0"
  1612. octez-baker-Proxford < "19.0"
  1613. octez-baker-PtLimaPt
  1614. octez-baker-PtMumbai
  1615. octez-baker-PtNairob < "19.0"
  1616. octez-bls12-381-hash
  1617. octez-bls12-381-polynomial
  1618. octez-bls12-381-signature
  1619. octez-client < "19.0"
  1620. octez-codec < "19.0"
  1621. octez-crawler < "19.0"
  1622. octez-dac-client < "19.0"
  1623. octez-dac-node < "19.0"
  1624. octez-distributed-internal < "19.0"
  1625. octez-distributed-lwt-internal < "19.0"
  1626. octez-injector < "19.0"
  1627. octez-l2-libs < "19.0"
  1628. octez-libs < "19.0"
  1629. octez-mec
  1630. octez-node < "19.0"
  1631. octez-node-config < "19.0"
  1632. octez-plompiler
  1633. octez-plonk
  1634. octez-polynomial
  1635. octez-proto-libs < "19.0"
  1636. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1637. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1638. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1639. octez-protocol-003-PsddFKi3-libs < "19.0"
  1640. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1641. octez-protocol-005-PsBabyM1-libs < "19.0"
  1642. octez-protocol-006-PsCARTHA-libs < "19.0"
  1643. octez-protocol-007-PsDELPH1-libs < "19.0"
  1644. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1645. octez-protocol-009-PsFLoren-libs < "19.0"
  1646. octez-protocol-010-PtGRANAD-libs < "19.0"
  1647. octez-protocol-011-PtHangz2-libs < "19.0"
  1648. octez-protocol-012-Psithaca-libs < "19.0"
  1649. octez-protocol-013-PtJakart-libs < "19.0"
  1650. octez-protocol-014-PtKathma-libs < "19.0"
  1651. octez-protocol-015-PtLimaPt-libs < "19.0"
  1652. octez-protocol-016-PtMumbai-libs < "19.0"
  1653. octez-protocol-017-PtNairob-libs < "19.0"
  1654. octez-protocol-018-Proxford-libs < "19.0"
  1655. octez-protocol-alpha-libs < "19.0"
  1656. octez-protocol-compiler < "19.0"
  1657. octez-proxy-server < "19.0"
  1658. octez-shell-libs < "19.0"
  1659. octez-signer < "19.0"
  1660. octez-smart-rollup-client-Proxford
  1661. octez-smart-rollup-client-PtMumbai
  1662. octez-smart-rollup-client-PtNairob
  1663. octez-smart-rollup-node < "19.0"
  1664. octez-smart-rollup-node-alpha < "19.0"
  1665. octez-smart-rollup-node-lib < "19.0"
  1666. octez-smart-rollup-node-Proxford < "19.0"
  1667. octez-smart-rollup-node-PtMumbai
  1668. octez-smart-rollup-node-PtNairob < "19.0"
  1669. octez-smart-rollup-wasm-benchmark-lib
  1670. octez-smart-rollup-wasm-debugger < "19.0"
  1671. octez-tx-rollup-client-PtLimaPt
  1672. octez-tx-rollup-node-PtLimaPt
  1673. octez-version < "19.0"
  1674. ocue
  1675. odash
  1676. odate
  1677. odds >= "1.1"
  1678. odep
  1679. odepack >= "0.6.9"
  1680. odnnr
  1681. odoc < "3.0.0"
  1682. odoc-parser < "3.0.0"
  1683. oepub
  1684. of_json < "v0.17.0"
  1685. offheap
  1686. ogg >= "1.0.0"
  1687. ohex
  1688. oidc
  1689. ojo
  1690. ojs
  1691. ojs_base
  1692. ojs_base_all
  1693. ojs_base_ppx
  1694. ojs_ed
  1695. ojs_filetree
  1696. ojs_list
  1697. olinq >= "0.3"
  1698. omd >= "1.3.2"
  1699. ometrics
  1700. omg
  1701. omigrate
  1702. omlr >= "1.0.3"
  1703. omtl
  1704. oneffs
  1705. oniguruma
  1706. opam-0install
  1707. opam-0install-cudf
  1708. opam-bin >= "1.0.0"
  1709. opam-build
  1710. opam-client >= "2.0.2"
  1711. opam-compiler
  1712. opam-core >= "2.0.2"
  1713. opam-custom-install
  1714. opam-devel >= "2.0.2"
  1715. opam-ed >= "0.4"
  1716. opam-file-format >= "2.1.0" & < "2.1.5"
  1717. opam-format >= "2.0.2"
  1718. opam-graph
  1719. opam-grep >= "0.2.0"
  1720. opam-installer >= "2.0.2"
  1721. opam-monorepo
  1722. opam-package-upgrade >= "0.2"
  1723. opam-publish >= "2.0.2"
  1724. opam-repository >= "2.0.2"
  1725. opam-solver >= "2.0.2"
  1726. opam-spin
  1727. opam-state >= "2.0.2"
  1728. opam-test
  1729. opam_bin_lib != "0.9.5"
  1730. opasswd
  1731. opatch
  1732. opazl
  1733. openai-gym
  1734. openapi
  1735. openapi-opium
  1736. openapi_router
  1737. opencc0
  1738. opencc1
  1739. opencc1_1
  1740. openQASM
  1741. openstellina
  1742. opentelemetry
  1743. opentelemetry-client-cohttp-eio
  1744. opentelemetry-client-cohttp-lwt
  1745. opentelemetry-client-ocurl
  1746. opentelemetry-cohttp-lwt
  1747. opentelemetry-logs
  1748. opentelemetry-lwt
  1749. opine
  1750. opium
  1751. opium-graphql
  1752. opium-testing
  1753. opium_kernel >= "0.17.0"
  1754. oplot < "0.85"
  1755. oplsr
  1756. opomodoro
  1757. opsian
  1758. optal
  1759. opti
  1760. optimization1d >= "0.6.1"
  1761. optiml-transport
  1762. optint
  1763. opus
  1764. oraft
  1765. oranger >= "2.0.1"
  1766. orb
  1767. order-i3-xfce
  1768. ordering < "3.15.3"
  1769. ordinal
  1770. ordinal_abbreviation < "v0.17.0"
  1771. ordma >= "0.0.5"
  1772. orec >= "1.0.1"
  1773. orewa
  1774. orf
  1775. orgeat
  1776. orpie
  1777. orrandomForest
  1778. orsvm_e1071 >= "4.0.0"
  1779. orxgboost >= "1.1.0"
  1780. osc >= "0.2.0"
  1781. osc-lwt
  1782. osc-unix
  1783. oseq >= "0.2"
  1784. osh
  1785. oskel
  1786. osnap
  1787. osx-secure-transport
  1788. otaglibc
  1789. otf
  1790. otoggl
  1791. otoml
  1792. otr
  1793. ounit = "2.1.2"
  1794. ounit-lwt < "2.2.0"
  1795. ounit2
  1796. ounit2-lwt
  1797. override
  1798. owee
  1799. owi
  1800. owl >= "0.4.0" & < "1.2"
  1801. owl-base >= "0.4.0" & < "1.2"
  1802. owl-jupyter
  1803. owl-ode
  1804. owl-ode-base
  1805. owl-ode-odepack
  1806. owl-ode-sundials
  1807. owl-opt
  1808. owl-opt-lbfgs
  1809. owl-plplot < "1.1"
  1810. owl-symbolic
  1811. owl-top >= "0.4.0" & < "1.2"
  1812. owl-zoo >= "0.4.0"
  1813. owork
  1814. ozulip
  1815. p4pp
  1816. p5scm
  1817. packstream
  1818. pacomb
  1819. paf
  1820. paf-cohttp
  1821. pam < "v0.17.0"
  1822. pandoc
  1823. pandoc-abbreviations
  1824. pandoc-comment
  1825. pandoc-crossref
  1826. pandoc-include
  1827. pandoc-inspect
  1828. pandoc-pdf2png
  1829. pandoc-replace
  1830. papi >= "0.1.1"
  1831. par_incr
  1832. parany >= "9.0.0"
  1833. pardi >= "2.0.2"
  1834. parmap >= "1.1.1"
  1835. parsexp >= "v0.12.0" & < "v0.17.0"
  1836. parsexp_io < "v0.17.0"
  1837. parsley
  1838. patch
  1839. patdiff >= "v0.12.1" & < "v0.17.0"
  1840. path_glob
  1841. patience_diff < "v0.17.0"
  1842. patricia-tree
  1843. pattern
  1844. pb
  1845. pb-plugin
  1846. pbkdf
  1847. pbrt
  1848. pbrt_services
  1849. pbrt_yojson
  1850. pcap-format >= "0.5.2"
  1851. pcre >= "7.3.5"
  1852. pcre2
  1853. pds-reachability >= "0.2.2"
  1854. pecu >= "0.2"
  1855. petr4
  1856. petrol
  1857. pf-qubes
  1858. pg_query
  1859. pgocaml >= "4.0"
  1860. pgocaml_ppx
  1861. pgx >= "1.0"
  1862. pgx_async >= "1.0"
  1863. pgx_lwt >= "1.0"
  1864. pgx_lwt_mirage
  1865. pgx_lwt_unix
  1866. pgx_unix >= "1.0"
  1867. pgx_value_core
  1868. pgx_value_ptime
  1869. phantom-algebra >= "1.0.1"
  1870. phonetic
  1871. phylogenetics
  1872. piaf
  1873. picasso
  1874. piece_rope
  1875. piqi >= "0.7.8"
  1876. piqilib >= "0.6.16"
  1877. pixel_pusher
  1878. pkcs11 >= "0.18.0"
  1879. pkcs11-cli
  1880. pkcs11-driver
  1881. pkcs11-rev
  1882. pla >= "1.3"
  1883. plateau
  1884. plato
  1885. plebeia
  1886. plist-xml
  1887. plist-xml-lwt
  1888. plotkicadsch
  1889. plplot >= "5.11.0-1"
  1890. polka
  1891. poll
  1892. polling_state_rpc < "v0.17.0"
  1893. polly
  1894. polynomial
  1895. pomap
  1896. popper
  1897. portaudio >= "0.2.2"
  1898. portaudio_c_bindings
  1899. portmidi
  1900. posix-base
  1901. posix-bindings
  1902. posix-getopt >= "2.0.0"
  1903. posix-math2
  1904. posix-signal
  1905. posix-socket
  1906. posix-socket-unix
  1907. posix-time2
  1908. posix-types >= "2.0.0"
  1909. posix-uname
  1910. posixat < "v0.17.0"
  1911. postgres_async < "v0.17.0"
  1912. postgresql >= "4.4.1"
  1913. pp
  1914. pp-binary-ints
  1915. pp_loc
  1916. pprint >= "20200226"
  1917. ppx-owl-opt
  1918. ppx_accessor < "v0.17.0"
  1919. ppx_assert < "v0.17.0"
  1920. ppx_bap
  1921. ppx_base < "v0.17.0"
  1922. ppx_bench < "v0.17.0"
  1923. ppx_bin_prot < "v0.17.0"
  1924. ppx_bitstring < "5.0.2"
  1925. ppx_blob >= "0.6.0"
  1926. ppx_camlrack
  1927. ppx_catch
  1928. ppx_cold < "v0.17.0"
  1929. ppx_compare < "v0.17.0"
  1930. ppx_compose >= "0.1.0"
  1931. ppx_const >= "2.0"
  1932. ppx_conv_func < "v0.17.0"
  1933. ppx_counters
  1934. ppx_css < "v0.17.0"
  1935. ppx_cstruct
  1936. ppx_cstubs
  1937. ppx_csv_conv < "v0.17.0"
  1938. ppx_custom_printf < "v0.17.0"
  1939. ppx_decimal
  1940. ppx_defer >= "0.4.0"
  1941. ppx_demo < "v0.17.0"
  1942. ppx_derive_at_runtime < "v0.17.0"
  1943. ppx_derivers >= "1.2.1"
  1944. ppx_deriving >= "4.5-1"
  1945. ppx_deriving_cad
  1946. ppx_deriving_cmdliner >= "0.5.1"
  1947. ppx_deriving_encoding
  1948. ppx_deriving_hardcaml
  1949. ppx_deriving_hash
  1950. ppx_deriving_json_schema
  1951. ppx_deriving_jsoo
  1952. ppx_deriving_madcast >= "0.2"
  1953. ppx_deriving_popper
  1954. ppx_deriving_protobuf
  1955. ppx_deriving_qcheck
  1956. ppx_deriving_rpc
  1957. ppx_deriving_scad
  1958. ppx_deriving_yaml < "0.4.0"
  1959. ppx_deriving_yojson
  1960. ppx_disable_unused_warnings < "v0.17.0"
  1961. ppx_distr_guards >= "0.2"
  1962. ppx_enumerate < "v0.17.0"
  1963. ppx_expect < "v0.17.0"
  1964. ppx_factory
  1965. ppx_fail
  1966. ppx_fields_conv < "v0.17.0"
  1967. ppx_fixed_literal < "v0.17.0"
  1968. ppx_gen_rec >= "1.1.0"
  1969. ppx_getenv >= "2.0"
  1970. ppx_globalize < "v0.17.0"
  1971. ppx_hash < "v0.17.0"
  1972. ppx_here < "v0.17.0"
  1973. ppx_ignore_instrumentation < "v0.17.0"
  1974. ppx_import
  1975. ppx_inline_alcotest
  1976. ppx_inline_test < "v0.16.1"
  1977. ppx_irmin
  1978. ppx_jane < "v0.17.0"
  1979. ppx_js_style < "v0.17.0"
  1980. ppx_jsobject_conv
  1981. ppx_jsonaf_conv < "v0.17.0"
  1982. ppx_let < "v0.17.0"
  1983. ppx_log < "v0.17.0"
  1984. ppx_lun
  1985. ppx_make
  1986. ppx_map
  1987. ppx_marshal
  1988. ppx_marshal_ext
  1989. ppx_matches
  1990. ppx_meta_conv
  1991. ppx_module_timer < "v0.17.0"
  1992. ppx_monad
  1993. ppx_monoid >= "0.3.2"
  1994. ppx_mysql
  1995. ppx_mysql_identity
  1996. ppx_open
  1997. ppx_optcomp < "v0.17.0"
  1998. ppx_optint
  1999. ppx_optional < "v0.17.0"
  2000. ppx_parser
  2001. ppx_pattern_bind < "v0.17.0"
  2002. ppx_pbt
  2003. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  2004. ppx_protocol_conv
  2005. ppx_protocol_conv_json
  2006. ppx_protocol_conv_jsonm
  2007. ppx_protocol_conv_msgpack
  2008. ppx_protocol_conv_xml_light
  2009. ppx_protocol_conv_xmlm
  2010. ppx_protocol_conv_yaml
  2011. ppx_pyformat
  2012. ppx_python < "v0.17.0"
  2013. ppx_rapper
  2014. ppx_rapper_async
  2015. ppx_rapper_lwt
  2016. ppx_regexp >= "0.4.0"
  2017. ppx_repr
  2018. ppx_seq
  2019. ppx_sexp_conv < "v0.17.0"
  2020. ppx_sexp_message < "v0.17.0"
  2021. ppx_sexp_value < "v0.17.0"
  2022. ppx_show
  2023. ppx_stable < "v0.17.0"
  2024. ppx_stable_witness < "v0.17.0"
  2025. ppx_string < "v0.17.0"
  2026. ppx_string_interpolation
  2027. ppx_subliner
  2028. ppx_system
  2029. ppx_test
  2030. ppx_there
  2031. ppx_tools >= "6.0+4.08.0"
  2032. ppx_tools_versioned
  2033. ppx_trace
  2034. ppx_ts
  2035. ppx_tydi < "v0.17.0"
  2036. ppx_type_directed_value
  2037. ppx_typed_fields < "v0.17.0"
  2038. ppx_typerep_conv < "v0.17.0"
  2039. ppx_tyre
  2040. ppx_units
  2041. ppx_variants_conv < "v0.17.0"
  2042. ppx_viewpattern
  2043. ppx_wideopen
  2044. ppx_xml_conv < "v0.17.0"
  2045. ppx_yojson
  2046. ppx_yojson_conv < "v0.17.0"
  2047. ppx_yojson_conv_lib < "v0.17.0"
  2048. ppxfind >= "1.3"
  2049. ppxlib < "0.34.0"
  2050. ppxx
  2051. pratter
  2052. prbnmcn-basic-structures
  2053. prbnmcn-cgrph
  2054. prbnmcn-clustering
  2055. prbnmcn-dagger
  2056. prbnmcn-dagger-gsl
  2057. prbnmcn-dagger-stats
  2058. prbnmcn-dagger-test
  2059. prbnmcn-gnuplot
  2060. prbnmcn-linalg
  2061. prbnmcn-mcts
  2062. prbnmcn-proptest
  2063. prbnmcn-stats
  2064. prbnmcn-ucb1
  2065. prc
  2066. preface
  2067. prelude
  2068. prettym
  2069. printbox >= "0.3"
  2070. printbox-ext-plot
  2071. printbox-html
  2072. printbox-md
  2073. printbox-text >= "0.6.1"
  2074. proc-smaps
  2075. process_limits
  2076. processor
  2077. prof_spacetime
  2078. profiling
  2079. profunctor < "v0.17.0"
  2080. progress < "0.5.0"
  2081. prom
  2082. prometheus >= "0.6"
  2083. prometheus-app >= "0.6"
  2084. prometheus-liquidsoap >= "2"
  2085. promise
  2086. promise_jsoo
  2087. promise_jsoo_lwt
  2088. protocell
  2089. protocol-9p >= "1.0.0"
  2090. protocol-9p-tool >= "1.0.0"
  2091. protocol-9p-unix >= "1.0.0"
  2092. protocol_version_header < "v0.17.0"
  2093. prr
  2094. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2095. psq >= "0.1.1"
  2096. ptmap >= "2.0.5"
  2097. ptset
  2098. pulseaudio >= "0.1.4"
  2099. pure-html
  2100. pure-splitmix >= "0.3"
  2101. pvec
  2102. py >= "1.1"
  2103. pyast
  2104. pyml >= "20210924"
  2105. pyml_bindgen >= "0.3.0"
  2106. pyre-ast
  2107. pythonlib
  2108. qbf >= "0.3"
  2109. qcheck >= "0.13"
  2110. qcheck-alcotest
  2111. qcheck-core
  2112. qcheck-lin < "0.10"
  2113. qcheck-multicoretests-util < "0.10"
  2114. qcheck-ounit
  2115. qcheck-stm < "0.10"
  2116. qinap
  2117. qiskit < "0.44.0"
  2118. qmp >= "0.19.0"
  2119. qrencode
  2120. qtest >= "2.10.1"
  2121. queenshead
  2122. quests
  2123. radamsa
  2124. radare2 >= "0.0.3"
  2125. randii
  2126. randomconv
  2127. randoml
  2128. range >= "0.8"
  2129. rangeSet
  2130. rankers
  2131. rawlink
  2132. rawlink-eio
  2133. rawlink-lwt
  2134. raygui < "1.4.0"
  2135. raylib < "1.4.0"
  2136. rdbg >= "1.196.12"
  2137. rdf >= "0.13.0" & < "1.1.0"
  2138. rdf_impls < "1.1.0"
  2139. rdf_json_ld < "1.1.0"
  2140. rdf_lwt < "1.1.0"
  2141. rdf_mysql < "1.1.0"
  2142. rdf_postgresql < "1.1.0"
  2143. rdf_ppx < "1.1.0"
  2144. re >= "1.9.0" & < "1.13.2"
  2145. re2 >= "v0.12.1" & < "v0.17.0"
  2146. re2_stable
  2147. re_parser < "v0.17.0"
  2148. rea
  2149. reactiveData = "0.3.0"
  2150. reanalyze
  2151. reason < "3.14.0"
  2152. reason-standard
  2153. received
  2154. record_builder < "v0.17.0"
  2155. records >= "1.0.0"
  2156. reddit_api_async
  2157. reddit_api_kernel
  2158. redirect
  2159. redis >= "0.4"
  2160. redis-async < "v0.17.0"
  2161. redis-lwt >= "0.4"
  2162. redis-sync >= "0.4"
  2163. reed-solomon-erasure >= "1.0.2"
  2164. reedsolomon
  2165. refl
  2166. regenerate
  2167. regex_parser_intf < "v0.17.0"
  2168. regrade
  2169. remu_ts
  2170. reparse
  2171. reparse-lwt
  2172. reparse-lwt-unix
  2173. reparse-unix
  2174. repr
  2175. repr-bench
  2176. repr-fuzz
  2177. res >= "5.0.1"
  2178. res_tailwindcss
  2179. resource-pooling >= "1.1"
  2180. resource_cache < "v0.17.0"
  2181. resp
  2182. resp-client
  2183. resp-mirage
  2184. resp-server >= "0.9"
  2185. resp-unix
  2186. resto
  2187. resto-acl
  2188. resto-cohttp
  2189. resto-cohttp-client
  2190. resto-cohttp-self-serving-client
  2191. resto-cohttp-server
  2192. resto-directory
  2193. resto-json
  2194. result
  2195. rfc1951 >= "0.8.1" & != "1.0.0"
  2196. rfc6287 >= "1.0.4"
  2197. rfc7748
  2198. rfsm >= "1.6-alpha-3" & < "2.0"
  2199. rhythm
  2200. ringo
  2201. ringo-lwt
  2202. river
  2203. rock
  2204. roman
  2205. root1d >= "0.5.1"
  2206. rope >= "0.6.2"
  2207. rosa
  2208. rosetta >= "0.2.0"
  2209. routes
  2210. rpc
  2211. rpc_parallel < "v0.17.0"
  2212. rpclib
  2213. rpclib-async
  2214. rpclib-html
  2215. rpclib-js
  2216. rpclib-lwt
  2217. rsdd
  2218. rss
  2219. rtop < "3.14.0"
  2220. rtree
  2221. rungen
  2222. runtime_events_tools < "0.5.2"
  2223. rusage
  2224. rust-staticlib-gen
  2225. rust-staticlib-virtual
  2226. SZXX
  2227. safemoney
  2228. safepass >= "3.1"
  2229. sail >= "0.15" & < "0.20"
  2230. sail_c_backend < "0.20"
  2231. sail_coq_backend < "0.20"
  2232. sail_doc_backend < "0.20"
  2233. sail_latex_backend < "0.20"
  2234. sail_lean_backend < "0.20"
  2235. sail_lem_backend < "0.20"
  2236. sail_manifest < "0.20"
  2237. sail_ocaml_backend < "0.20"
  2238. sail_output < "0.20"
  2239. sail_smt_backend < "0.20"
  2240. sail_sv_backend < "0.20"
  2241. salsa20 >= "1.0.0"
  2242. salsa20-core >= "1.0.0"
  2243. samplerate >= "0.1.6"
  2244. sanddb >= "0.2"
  2245. sarek
  2246. satex
  2247. saturn < "0.5.0"
  2248. saturn_lockfree < "0.5.0"
  2249. satyrographos
  2250. scad_ml
  2251. scfg
  2252. scgi
  2253. scipy
  2254. scrypt-kdf
  2255. sd_logic
  2256. sdl-liquidsoap >= "3"
  2257. search
  2258. searchTree
  2259. secp256k1 >= "0.4.1"
  2260. secp256k1-internal
  2261. sedlex >= "2.0"
  2262. sek
  2263. sel
  2264. semantic_version < "v0.17.0"
  2265. semaphore-compat
  2266. semver >= "0.2.1"
  2267. semver2
  2268. sendmail
  2269. sendmail-lwt
  2270. sendmail-miou-unix
  2271. sendmail-mirage
  2272. sentry
  2273. seq < "base"
  2274. seqes
  2275. sequencer_table < "v0.17.0"
  2276. serde < "0.0.2"
  2277. serde_debug
  2278. serde_derive < "0.0.2"
  2279. serde_json < "0.0.2"
  2280. serde_sexpr
  2281. serde_xml
  2282. serial
  2283. session >= "0.4.1"
  2284. session-cohttp >= "0.4.1"
  2285. session-cohttp-async >= "0.4.1"
  2286. session-cohttp-lwt >= "0.4.1"
  2287. session-cookie
  2288. session-cookie-async
  2289. session-cookie-lwt
  2290. session-postgresql >= "0.4.1"
  2291. session-postgresql-async
  2292. session-postgresql-lwt
  2293. session-redis-lwt >= "0.4.1"
  2294. session-webmachine >= "0.4.1"
  2295. setcore >= "1.0.2"
  2296. sexp < "v0.17.0"
  2297. sexp_decode
  2298. sexp_diff < "v0.17.0"
  2299. sexp_diff_kernel
  2300. sexp_grammar < "v0.17.0"
  2301. sexp_macro < "v0.17.0"
  2302. sexp_pretty < "v0.17.0"
  2303. sexp_select < "v0.17.0"
  2304. sexp_string_quickcheck < "v0.17.0"
  2305. sexplib >= "v0.12.0" & < "v0.17.0"
  2306. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2307. sgf >= "1.0.1"
  2308. sha >= "1.13"
  2309. shapefile
  2310. shared-block-ring
  2311. shared-memory-ring
  2312. shared-memory-ring-lwt
  2313. shared-secret >= "0.4"
  2314. shell < "v0.17.0"
  2315. shexp < "v0.17.0"
  2316. shine >= "0.2.2"
  2317. shuttle
  2318. shuttle_http
  2319. shuttle_ssl
  2320. shuttle_websocket
  2321. sifun
  2322. sihl
  2323. sihl-cache
  2324. sihl-contract
  2325. sihl-core
  2326. sihl-email
  2327. sihl-facade
  2328. sihl-persistence
  2329. sihl-queue
  2330. sihl-session
  2331. sihl-storage
  2332. sihl-token
  2333. sihl-type
  2334. sihl-user
  2335. sihl-web
  2336. simlog
  2337. simple63
  2338. sklearn
  2339. slack
  2340. slacko
  2341. slice
  2342. slipshow != "0.5.0"
  2343. slug
  2344. smart-print >= "0.3.0"
  2345. smbc
  2346. smol
  2347. smol-helpers
  2348. smtlib-utils
  2349. snappy >= "0.1.2"
  2350. snoke
  2351. so
  2352. sodium-fmt
  2353. solid < "0.5.0"
  2354. solid_server < "0.5.0"
  2355. solid_tools < "0.5.0"
  2356. solidity-alcotest
  2357. solidity-common
  2358. solidity-parser
  2359. solidity-test
  2360. solidity-typechecker
  2361. solo5-elftool
  2362. sortedseq_intersect
  2363. soundtouch >= "0.1.9"
  2364. soupault
  2365. spacetime_lib
  2366. spatial-shell
  2367. spawn < "v0.9.0" | >= "v0.13.0"
  2368. spdx_licenses
  2369. spectrum
  2370. speex
  2371. spelll >= "0.4"
  2372. spin
  2373. splay_tree < "v0.17.0"
  2374. splittable_random < "v0.17.0"
  2375. spoc
  2376. spoc_ppx
  2377. spoke
  2378. spotify-web-api
  2379. spotlib >= "4.1.0"
  2380. sqlgg >= "20200521"
  2381. sqlite3 >= "4.4.1"
  2382. sqlite3_utils
  2383. srt
  2384. ssh-agent >= "0.2.0"
  2385. ssl >= "0.5.6"
  2386. stdcompat >= "19"
  2387. stdint >= "0.6.0"
  2388. stdint-literals
  2389. stdio < "v0.17.0"
  2390. stdlib-diff
  2391. stdlib-random
  2392. stdlib-shims
  2393. stdune < "3.15.3"
  2394. stitch
  2395. stk < "0.5.0"
  2396. stk_iconv < "0.5.0"
  2397. stk_ocf < "0.5.0"
  2398. stk_ppx < "0.5.0"
  2399. stk_rdf < "0.5.0"
  2400. stk_xml < "0.5.0"
  2401. stog >= "0.20.0"
  2402. stog_all
  2403. stog_asy
  2404. stog_dot
  2405. stog_extern
  2406. stog_markdown
  2407. stog_multi_doc
  2408. stog_nocaml
  2409. stog_noexec
  2410. stog_plugins
  2411. stog_rdf
  2412. stog_rel_href
  2413. stog_server
  2414. stog_server_multi
  2415. stog_sitemap
  2416. stog_writing
  2417. stone >= "0.5.2"
  2418. stored_reversed < "v0.17.0"
  2419. stramon-lib
  2420. streamable < "v0.17.0"
  2421. streaming
  2422. string_dict < "v0.17.0"
  2423. stringext >= "1.6.0"
  2424. sturgeon >= "0.4.2"
  2425. subscriptions-transport-ws
  2426. subtype-refinement >= "0.2"
  2427. sun
  2428. svmwrap
  2429. swagger >= "0.2.0"
  2430. swhid
  2431. swhid_compute
  2432. swhid_core
  2433. swhid_types
  2434. swipl
  2435. syguslib-utils
  2436. syncweb
  2437. syndic >= "1.6.0"
  2438. sys-socket
  2439. sys-socket-unix
  2440. syslog >= "2.0.1"
  2441. syslog-message >= "1.0.0"
  2442. syslog-rfc5424
  2443. systemverilog >= "0.0.2"
  2444. tablecloth-base
  2445. tablecloth-native < "transition"
  2446. taglib >= "0.3.7"
  2447. talaria-bibtex
  2448. tar
  2449. tar-eio
  2450. tar-mirage
  2451. tar-unix
  2452. tcalc
  2453. tcpip
  2454. tdigest
  2455. telltime
  2456. tensorboard
  2457. term-indexing
  2458. term-tools
  2459. terminal < "0.5.0"
  2460. terminal_size >= "0.1.4"
  2461. terminus
  2462. terminus-cohttp
  2463. terminus-hlc
  2464. testu01
  2465. textmate-language
  2466. textrazor
  2467. textutils < "v0.17.0"
  2468. textutils_kernel < "v0.17.0"
  2469. textwrap >= "0.2.1"
  2470. tezos-baking-015-PtLimaPt
  2471. tezos-baking-015-PtLimaPt-commands
  2472. tezos-baking-016-PtMumbai
  2473. tezos-baking-016-PtMumbai-commands
  2474. tezos-baking-017-PtNairob
  2475. tezos-baking-017-PtNairob-commands
  2476. tezos-baking-alpha
  2477. tezos-baking-alpha-commands
  2478. tezos-base
  2479. tezos-base-test-helpers
  2480. tezos-base58
  2481. tezos-benchmark < "19.0"
  2482. tezos-bls12-381-polynomial
  2483. tezos-clic
  2484. tezos-client-000-Ps9mPmXa
  2485. tezos-client-001-PtCJ7pwo
  2486. tezos-client-002-PsYLVpVv
  2487. tezos-client-003-PsddFKi3
  2488. tezos-client-004-Pt24m4xi
  2489. tezos-client-005-PsBabyM1
  2490. tezos-client-006-PsCARTHA
  2491. tezos-client-007-PsDELPH1
  2492. tezos-client-008-PtEdo2Zk
  2493. tezos-client-009-PsFLoren
  2494. tezos-client-010-PtGRANAD
  2495. tezos-client-011-PtHangz2
  2496. tezos-client-012-Psithaca
  2497. tezos-client-013-PtJakart
  2498. tezos-client-014-PtKathma
  2499. tezos-client-015-PtLimaPt
  2500. tezos-client-016-PtMumbai
  2501. tezos-client-017-PtNairob
  2502. tezos-client-alpha
  2503. tezos-client-base
  2504. tezos-client-base-unix
  2505. tezos-client-commands
  2506. tezos-client-demo-counter < "19.0"
  2507. tezos-client-genesis < "19.0"
  2508. tezos-context
  2509. tezos-context-hash
  2510. tezos-context-hash-irmin
  2511. tezos-context-ops
  2512. tezos-crypto
  2513. tezos-crypto-dal
  2514. tezos-dac-client-lib < "19.0"
  2515. tezos-dac-lib < "19.0"
  2516. tezos-dac-node-lib < "19.0"
  2517. tezos-dal-node-lib < "19.0"
  2518. tezos-dal-node-services < "19.0"
  2519. tezos-embedded-protocol-000-Ps9mPmXa
  2520. tezos-embedded-protocol-001-PtCJ7pwo
  2521. tezos-embedded-protocol-002-PsYLVpVv
  2522. tezos-embedded-protocol-003-PsddFKi3
  2523. tezos-embedded-protocol-004-Pt24m4xi
  2524. tezos-embedded-protocol-005-PsBABY5H
  2525. tezos-embedded-protocol-005-PsBabyM1
  2526. tezos-embedded-protocol-006-PsCARTHA
  2527. tezos-embedded-protocol-007-PsDELPH1
  2528. tezos-embedded-protocol-008-PtEdo2Zk
  2529. tezos-embedded-protocol-008-PtEdoTez
  2530. tezos-embedded-protocol-009-PsFLoren
  2531. tezos-embedded-protocol-010-PtGRANAD
  2532. tezos-embedded-protocol-011-PtHangz2
  2533. tezos-embedded-protocol-012-Psithaca
  2534. tezos-embedded-protocol-013-PtJakart
  2535. tezos-embedded-protocol-014-PtKathma
  2536. tezos-embedded-protocol-015-PtLimaPt
  2537. tezos-embedded-protocol-016-PtMumbai
  2538. tezos-embedded-protocol-017-PtNairob
  2539. tezos-embedded-protocol-alpha
  2540. tezos-embedded-protocol-demo-counter
  2541. tezos-embedded-protocol-demo-noops
  2542. tezos-embedded-protocol-genesis
  2543. tezos-error-monad
  2544. tezos-event-logging
  2545. tezos-event-logging-test-helpers
  2546. tezos-hacl
  2547. tezos-hacl-glue
  2548. tezos-hacl-glue-unix
  2549. tezos-injector-015-PtLimaPt
  2550. tezos-injector-016-PtMumbai
  2551. tezos-layer2-store
  2552. tezos-layer2-utils-016-PtMumbai
  2553. tezos-layer2-utils-017-PtNairob
  2554. tezos-lazy-containers
  2555. tezos-lwt-result-stdlib
  2556. tezos-micheline
  2557. tezos-mockup
  2558. tezos-mockup-commands
  2559. tezos-mockup-proxy
  2560. tezos-mockup-registration
  2561. tezos-p2p
  2562. tezos-p2p-services
  2563. tezos-plompiler
  2564. tezos-plonk
  2565. tezos-protocol-000-Ps9mPmXa < "19.0"
  2566. tezos-protocol-001-PtCJ7pwo < "19.0"
  2567. tezos-protocol-002-PsYLVpVv < "19.0"
  2568. tezos-protocol-003-PsddFKi3 < "19.0"
  2569. tezos-protocol-004-Pt24m4xi < "19.0"
  2570. tezos-protocol-005-PsBABY5H < "19.0"
  2571. tezos-protocol-005-PsBabyM1 < "19.0"
  2572. tezos-protocol-006-PsCARTHA < "19.0"
  2573. tezos-protocol-007-PsDELPH1 < "19.0"
  2574. tezos-protocol-008-PtEdo2Zk < "19.0"
  2575. tezos-protocol-008-PtEdoTez < "19.0"
  2576. tezos-protocol-009-PsFLoren < "19.0"
  2577. tezos-protocol-010-PtGRANAD < "19.0"
  2578. tezos-protocol-011-PtHangz2 < "19.0"
  2579. tezos-protocol-012-Psithaca < "19.0"
  2580. tezos-protocol-013-PtJakart < "19.0"
  2581. tezos-protocol-014-PtKathma < "19.0"
  2582. tezos-protocol-015-PtLimaPt < "19.0"
  2583. tezos-protocol-016-PtMumbai < "19.0"
  2584. tezos-protocol-017-PtNairob < "19.0"
  2585. tezos-protocol-018-Proxford < "19.0"
  2586. tezos-protocol-alpha < "19.0"
  2587. tezos-protocol-demo-counter < "19.0"
  2588. tezos-protocol-demo-noops < "19.0"
  2589. tezos-protocol-environment
  2590. tezos-protocol-environment-packer
  2591. tezos-protocol-environment-sigs
  2592. tezos-protocol-environment-structs
  2593. tezos-protocol-genesis < "19.0"
  2594. tezos-protocol-plugin-007-PsDELPH1
  2595. tezos-protocol-plugin-007-PsDELPH1-registerer
  2596. tezos-protocol-plugin-008-PtEdo2Zk
  2597. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2598. tezos-protocol-plugin-009-PsFLoren
  2599. tezos-protocol-plugin-009-PsFLoren-registerer
  2600. tezos-protocol-plugin-010-PtGRANAD
  2601. tezos-protocol-plugin-010-PtGRANAD-registerer
  2602. tezos-protocol-plugin-011-PtHangz2
  2603. tezos-protocol-plugin-011-PtHangz2-registerer
  2604. tezos-protocol-plugin-012-Psithaca
  2605. tezos-protocol-plugin-012-Psithaca-registerer
  2606. tezos-protocol-plugin-013-PtJakart
  2607. tezos-protocol-plugin-013-PtJakart-registerer
  2608. tezos-protocol-plugin-014-PtKathma
  2609. tezos-protocol-plugin-014-PtKathma-registerer
  2610. tezos-protocol-plugin-015-PtLimaPt
  2611. tezos-protocol-plugin-015-PtLimaPt-registerer
  2612. tezos-protocol-plugin-016-PtMumbai
  2613. tezos-protocol-plugin-016-PtMumbai-registerer
  2614. tezos-protocol-plugin-017-PtNairob
  2615. tezos-protocol-plugin-017-PtNairob-registerer
  2616. tezos-protocol-plugin-alpha
  2617. tezos-protocol-plugin-alpha-registerer
  2618. tezos-protocol-updater
  2619. tezos-proxy
  2620. tezos-proxy-server-config < "19.0"
  2621. tezos-requester
  2622. tezos-rpc
  2623. tezos-rpc-http
  2624. tezos-rpc-http-client
  2625. tezos-rpc-http-client-unix
  2626. tezos-rpc-http-server
  2627. tezos-sapling
  2628. tezos-scoru-wasm
  2629. tezos-scoru-wasm-fast
  2630. tezos-scoru-wasm-helpers
  2631. tezos-shell
  2632. tezos-shell-context
  2633. tezos-shell-services
  2634. tezos-shell-services-test-helpers
  2635. tezos-signer-backends
  2636. tezos-signer-services
  2637. tezos-smart-rollup-016-PtMumbai
  2638. tezos-smart-rollup-017-PtNairob
  2639. tezos-smart-rollup-alpha
  2640. tezos-smart-rollup-layer2-016-PtMumbai
  2641. tezos-smart-rollup-layer2-017-PtNairob
  2642. tezos-stdlib >= "16.0"
  2643. tezos-stdlib-unix
  2644. tezos-store
  2645. tezos-test-helpers
  2646. tezos-test-helpers-extra
  2647. tezos-test-services
  2648. tezos-tree-encoding
  2649. tezos-tx-rollup-015-PtLimaPt
  2650. tezos-validation
  2651. tezos-version
  2652. tezos-wasmer
  2653. tezos-webassembly-interpreter
  2654. tezos-webassembly-interpreter-extra
  2655. tezos-workers
  2656. tezt < "4.3.0"
  2657. tezt-performance-regression
  2658. tezt-tezos < "19.0"
  2659. theora
  2660. thread-local-storage
  2661. thread-table
  2662. thrift
  2663. tidy >= "5-0.2"
  2664. tidy_email
  2665. tidy_email_mailgun
  2666. tidy_email_sendgrid
  2667. tidy_email_smtp
  2668. tilde_f < "v0.17.0"
  2669. time_now < "v0.17.0"
  2670. timed >= "1.1"
  2671. timedesc
  2672. timedesc-json
  2673. timedesc-sexp
  2674. timedesc-tzdb
  2675. timedesc-tzlocal
  2676. timedesc-tzlocal-js
  2677. timere
  2678. timere-parse
  2679. timezone < "v0.17.0"
  2680. timmy
  2681. timmy-jsoo
  2682. timmy-lwt
  2683. timmy-unix
  2684. tiny_httpd
  2685. tiny_httpd_camlzip
  2686. tip-parser >= "0.4"
  2687. tldr
  2688. tls >= "0.12.8"
  2689. tls-async
  2690. tls-eio
  2691. tls-liquidsoap
  2692. tls-lwt
  2693. tls-miou-unix
  2694. tls-mirage
  2695. toc
  2696. tofn
  2697. togglelog
  2698. toml
  2699. toml-cconv
  2700. toml_cconv
  2701. toplevel_backend < "v0.17.0"
  2702. toplevel_expect_test < "v0.17.0"
  2703. topojson
  2704. topojsone
  2705. topological_sort < "v0.17.0"
  2706. torch < "v0.17.0"
  2707. tqdm
  2708. trace
  2709. trace-fuchsia
  2710. trace-tef
  2711. tracing < "v0.17.0"
  2712. tracy-client
  2713. traits
  2714. trampoline
  2715. transept
  2716. traverse
  2717. travesty != "0.6.1"
  2718. trax >= "0.4.0"
  2719. tree_layout >= "0.2"
  2720. treeprint >= "2.3.0"
  2721. trexio
  2722. trie
  2723. tsdl-image >= "0.3.0"
  2724. tsdl-mixer
  2725. tsdl-ttf >= "0.3"
  2726. tsort
  2727. tube >= "4.4.0"
  2728. tuntap
  2729. twirp_cohttp_lwt_unix
  2730. twirp_core
  2731. twirp_ezcurl
  2732. twirp_tiny_httpd
  2733. twostep
  2734. tyabt
  2735. type_eq
  2736. typerep >= "v0.12.0" & < "v0.17.0"
  2737. typeset
  2738. tyre >= "0.5"
  2739. tyxml >= "4.3.0"
  2740. tyxml-jsx
  2741. tyxml-lwd
  2742. tyxml-ppx >= "4.3.0"
  2743. tyxml-syntax
  2744. ubase
  2745. ubpf >= "0.2"
  2746. uecc >= "0.3"
  2747. uint >= "2.0.1"
  2748. ulid
  2749. um-abt
  2750. unidecode
  2751. unionFind < "20250818"
  2752. unisim_archisec
  2753. unison >= "2.51.4" & < "2.53.4"
  2754. universo
  2755. unix-errno >= "0.6.0"
  2756. unstrctrd
  2757. uri >= "2.2.1"
  2758. uri-bench
  2759. uri-re
  2760. uri-sexp
  2761. uring
  2762. uritemplate
  2763. user-agent-parser
  2764. username_kernel < "v0.17.0"
  2765. uspf
  2766. uspf-lwt
  2767. uspf-mirage
  2768. uspf-unix
  2769. utop
  2770. uuuu >= "0.1.1"
  2771. validator
  2772. variantslib >= "v0.12.0" & < "v0.17.0"
  2773. varray
  2774. vcaml
  2775. vcardgen >= "1.2"
  2776. vchan
  2777. vchan-unix
  2778. vchan-xen
  2779. vdom
  2780. vec
  2781. vector
  2782. vector3 >= "1.0.0"
  2783. vendredi
  2784. vercel
  2785. vhd-format >= "0.12.0"
  2786. vhd-format-lwt
  2787. vif
  2788. virtual_dom < "v0.17.0"
  2789. visitors >= "20200207"
  2790. vlq >= "0.2.1"
  2791. vmnet
  2792. vocal
  2793. voqc
  2794. vorbis
  2795. vpt >= "5.0.0"
  2796. vscoq-language-server < "2.3.3"
  2797. vsrocq-language-server
  2798. vue-jsoo
  2799. vue-ppx
  2800. wall >= "0.4"
  2801. wasm >= "2.0.2"
  2802. wasmer
  2803. wasmtime
  2804. wayland
  2805. waylaunch
  2806. wcwidth
  2807. webauthn
  2808. weberizer >= "0.8"
  2809. webmachine >= "0.6.2"
  2810. websocket >= "2.12"
  2811. websocket-async >= "2.12"
  2812. websocket-lwt
  2813. websocket-lwt-unix
  2814. websocketaf
  2815. webtest
  2816. webtest-js
  2817. wikitext
  2818. win-error >= "1.0"
  2819. win-eventlog >= "0.3"
  2820. winsvc
  2821. ws
  2822. ws-server
  2823. wseg
  2824. wtf8 >= "1.0.2"
  2825. wtr
  2826. wtr-ppx
  2827. wu-manber-fuzzy-search
  2828. x509
  2829. x86_64-esperanto >= "0.0.6"
  2830. xapi-backtrace
  2831. xapi-inventory
  2832. xapi-rrd
  2833. xapi-stdext-date
  2834. xapi-stdext-encodings
  2835. xapi-stdext-pervasives
  2836. xapi-stdext-std
  2837. xapi-stdext-threads
  2838. xapi-stdext-unix
  2839. xapi-stdext-zerocheck
  2840. xcursor
  2841. xdg-basedir
  2842. xen-evtchn
  2843. xen-evtchn-unix
  2844. xen-gnt
  2845. xen-gnt-unix
  2846. xenstore
  2847. xenstore-tool
  2848. xenstore_transport >= "1.1.0"
  2849. xmelly
  2850. xml-light >= "2.5"
  2851. xmldiff >= "0.7.0"
  2852. xmldiff_js
  2853. xmlplaylist >= "0.1.5"
  2854. xoshiro
  2855. xtmpl >= "0.19.0" & < "1.1.0"
  2856. xtmpl_js < "1.1.0"
  2857. xtmpl_ppx < "1.1.0"
  2858. yaml >= "1.0.0"
  2859. yaml-sexp
  2860. yara >= "0.2"
  2861. yocaml < "2.0.0"
  2862. yocaml_cmark
  2863. yocaml_git < "2.0.0"
  2864. yocaml_jingoo < "2.0.0"
  2865. yocaml_markdown < "2.4.1"
  2866. yocaml_mustache < "2.0.0"
  2867. yocaml_syndication < "2.0.0"
  2868. yocaml_unix < "2.0.0"
  2869. yocaml_yaml < "2.0.0"
  2870. yojson >= "1.5.0"
  2871. yojson-bench
  2872. yojson-five
  2873. yurt >= "0.6"
  2874. yuscii >= "0.2.1"
  2875. yuujinchou
  2876. zanuda
  2877. zarith-ppx
  2878. zarith_stubs_js < "v0.17.0"
  2879. zed >= "2.0.6"
  2880. zeit
  2881. zelus
  2882. zelus-gtk
  2883. zipperposition
  2884. zipperposition-tools
  2885. zlib
  2886. zlist >= "0.4.0"
  2887. zmq >= "5.1.0"
  2888. zmq-async >= "5.1.0"
  2889. zmq-eio
  2890. zmq-lwt >= "5.1.0"
  2891. zstandard >= "v0.12.1" & < "v0.17.0"
  2892. zstd = "0.3"
  2893. 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 < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"