package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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

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