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.

Added to opam-repository:

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